rails/guides
Aldo "xoen" Giambelluca 030af5e924 In example about params naming conventions use params[:person] [ci skip]
The example is about a Person model, say that "params[:model] would usually be a
hash of all the attributes for the person to create" could be confusing.
I changed to params[:person] since the example is about a Person creation.
2012-08-31 08:53:20 +02:00
..
assets Merge pull request #6383 from oscardelben/add_oscardelben_to_authors 2012-05-23 10:49:06 -07:00
code/getting_started Remove :confirm in favor of :data => { :confirm => 'Text' } option 2012-07-18 10:32:17 -03:00
rails_guides removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
source In example about params naming conventions use params[:person] [ci skip] 2012-08-31 08:53:20 +02:00
rails_guides.rb Remove remaining require 'rubygems' 2012-05-13 13:33:20 -03:00
Rakefile [guides] guides:generate:kindle is the new interface to generate .mobi file instead of using KINDLE=1 2012-05-28 16:20:10 -05:00
w3c_validator.rb Add exception handling to rake guides:validate 2012-08-24 12:06:44 +02:00