search for: 5xiht3xkyokakbo8gow8eq

Displaying 3 results from an estimated 3 matches for "5xiht3xkyokakbo8gow8eq".

2012 May 16
7
Rails 3.1.0 cannot connect to sqlite database on Mac Lion
I''m running Rails 3.2.3 on Mac Lion with sqlite 3.7.7 and ruby 1.9.3p125. I need to back down rails to 3.1.0 for a project but when I do that a simple index page give me a ActiveRecord::ConnectionNotEstablished error. Rails 3.2.3 works, 3.1.0 not. Any ideas? Just to show you it''s nothing fancy.... Gem file is only: source ''https://rubygems.org'' gem
2013 May 04
21
Getting started w/ Rails 4
Hi. I''m trying to run Getting started tutorial under Rails 4.0.0.beta1 although it assumes it runs on Rails 3. I was able to get rid of all errors by wrapping post_params here and there, and installing protected_attributes Gem for attr_accessible to make sense. Post/ comment CRUD works just fine, but I don''t seem to be able to add Tags (the final part of the tutorial). Post saved
2013 May 09
7
why i am getting this error
hi!! i am a newbie in ROR, I am getting this error i understand what the error says but don''y know why i am getting this error. ActiveRecord::StatementInvalid in UserController#new Mysql::Error: Table ''user.users'' doesn''t exist: SHOW FULL FIELDS FROM `users` def new @user = User.new end def edit my user controller file contains :- class