Apr 12, 2008
Generic-user-small David Trasbo 2 posts

Topic: Rails for PHP Developers / Install the sample code in environment

When I use the rake db:create in the project folder I get the following error:

rake aborted!
uninitialized constant ActionView::Helpers::ActiveRecordHelper::Title

I don’t have any idea what this means.

 
Apr 11, 2008
Generic-user-small David Trasbo 2 posts

Topic: Rails for PHP Developers / Install the sample code in environment

How do i get the source code I’ve downloaded from the unzipped zip-file into the Ruby environment? It might seem to be a stupid question, but I tried to copy and paste building_a_rails_app/user_group_7 into my Rails projects folder and then use the command:

rails user_group_7

to “install” it, but it doesn’t seem to work. When I start the server neither “localhost:3000” or “0.0.0.0:3000” respond. I also created the test database and tried the

rake db:migrate
but it gives me a tricky error.

I’m a little lost now, could someone help me? Please tell me the right way to do it…

2 posts