[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,

[Rails] Re: Getting started w/ Rails 4

2013-05-04 Thread rihad
The tutorial: http://guides.rubyonrails.org/getting_started.html -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

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

[Rails] Re: Getting started w/ Rails 4

2013-05-04 Thread rihad
Thanks for the link. I'm learning Rails in my spare time and have no immediate need for it, so I thought I'd just go ahead and start with version 4. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop

Re: [Rails] Re: Getting started w/ Rails 4

2013-05-04 Thread Scott Eisenberg
This one is Rails 4 specific http://edgeguides.rubyonrails.org/getting_started.html On May 4, 2013, at 1:42 PM, rihad ri...@mail.ru wrote: The tutorial: http://guides.rubyonrails.org/getting_started.html -- You received this message because you are subscribed to the Google Groups Ruby

[Rails] Re: Getting started w/ Rails 4

2013-05-04 Thread rihad
Thanks, Scott, I somehow missed the link to edgeguides.* vs. guides.*. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] rvm installation script

2013-05-04 Thread John Merlino
Which of these scripts is preferred to install rvm on ubuntu server: curl -#L https://get.rvm.io | bash -s stable --autolibs=4 --ruby curl -L get.rvm.io | bash -s stable --auto -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To