Git Product home page Git Product logo

Comments (5)

parndt avatar parndt commented on May 17, 2024

If you read your debug message you will notice the crucial factor here is that the db:seed command actually failed. This command requires rails 2.3.4 to be installed.. do you have that version installed? Once seeded, the submenu error will go away because there will be pages to display.

from refinerycms.

xiaods avatar xiaods commented on May 17, 2024

thanks hits,my environment is rails 2.3.2,but can you give alternate way to use this in rails 2.3.2?

from refinerycms.

xiaods avatar xiaods commented on May 17, 2024

I suggest you can add environment require in README

from refinerycms.

parndt avatar parndt commented on May 17, 2024

The environment required is specified in config/environment.rb but yes putting it in the README is a good idea.

from refinerycms.

parndt avatar parndt commented on May 17, 2024

If you really want to use this in Rails 2.3.2 just change the gem requirement in config/environment.rb for rails from ">= 2.3.4" to ">= 2.3.2" - this is untested using this version of rails.

from refinerycms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.