Re: [Rails] Getting started w/ Rails 4

2013-05-05 Thread Walter Lee Davis
On May 5, 2013, at 12:15 PM, rihad wrote: Thanks, will do that for now. I just thought the guides hosted on rubyonrails.org were more official and up-to-date. Well, they weren't. They are official for 3.2, which is stable until 4.0 clears release candidate stage. I am glad to see you are

[Rails] Getting started w/ Rails 4

2013-05-04 Thread rihad
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,

Re: [Rails] Getting started w/ Rails 4

2013-05-04 Thread Colin Law
On 4 May 2013 18:37, rihad ri...@mail.ru wrote: 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