aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update guides to reflect 0a12a5f8169685915cbb7bf4d0a7bb482f7f2fd2Jon Leighton2012-03-301-20/+10
* remove irrelevant references to ARelJon Leighton2012-03-301-2/+2
* Add Relation#find_by and Relation#find_by!Jon Leighton2012-03-306-0/+114
* Merge pull request #2945 from Casecommons/nested_attributes_moduleJon Leighton2012-03-303-1/+15
|\
| * Nested attribute setters can be overridden.Jonathan Mukai & Peter Jaros2012-03-283-1/+15
* | recurse in read_attribute we get caching / don't duplicate codeJon Leighton2012-03-301-3/+2
* | Merge pull request #5661 from carlosantoniodasilva/ar-pk-typecastAaron Patterson2012-03-293-5/+8
|\ \
| * | Deprecate Column#type_cast_codeCarlos Antonio da Silva2012-03-292-4/+4
| * | Properly typecast id attribute when using custom primary keyCarlos Antonio da Silva2012-03-291-1/+4
|/ /
* | Merge pull request #5345 from guilleiguaran/ar-sliceJeremy Kemper2012-03-293-0/+23
|\ \
| * | CHANGELOG entry for AR#sliceGuillermo Iguaran2012-03-291-0/+5
| * | Add ActiveRecord::Base#slice to slice method callsGuillermo Iguaran2012-03-292-0/+18
|/ /
* | Merge pull request #5617 from Empact/pathsAaron Patterson2012-03-292-9/+1
|\ \
| * | Define Paths::Root#[]= in terms of #add.Ben Woosley2012-03-291-2/+1
| * | Drop Paths::Root initializer check of #path as it isn't checked in the #path=...Ben Woosley2012-03-292-5/+0
| * | Drop unnecessary require in Rails::PathsBen Woosley2012-03-291-2/+0
|/ /
* | Merge pull request #5625 from nertzy/prefix_partial_path_with_controller_name...José Valim2012-03-287-15/+88
|\ \
| * | Make controller namespace partial prefix optionalGrant Hutchins2012-03-287-11/+84
| * | Test that render gets correct exact template nameGrant Hutchins2012-03-281-4/+4
* | | Merge pull request #4904 from ask4prasath/refactor_dirty_module_with_helperJosé Valim2012-03-281-1/+2
|\ \ \
| * | | Changing active model dirty module helper method to more appropriate method w...Prasath Venkatraman2012-02-061-1/+2
* | | | Merge pull request #5359 from avakhov/missed-commits-from-3-2-stableSantiago Pastorino2012-03-285-3/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | clarification to prevent confusing newbies; Passenger/Unicorn are app servers...Michael de Silva2012-03-281-1/+1
| * | | datetime_select should work with -/+ infinity datesJoe Van Dyk2012-03-282-1/+13
| * | | Add a test case for layout nil.José Valim2012-03-282-1/+16
* | | | Merge pull request #4843 from seamusabshere/patch-1Xavier Noria2012-03-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | thanks to @jurriaanSeamus Abshere2012-02-141-1/+1
| * | | Possibly clearer way of getting rid of ` and " Seamus Abshere2012-02-011-1/+1
* | | | Merge pull request #5643 from rafaelfranca/remove-duplicationSantiago Pastorino2012-03-283-44/+39
|\ \ \ \
| * | | | Remove code duplication in InclusionValidator and ExclusionValidator.Rafael Mendonça França2012-03-283-44/+39
| | |/ / | |/| |
* / | | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-282-2/+3
|/ / /
* | | Allow ActiveModel::Name to duck typePiotr Sarnacki2012-03-281-4/+4
* | | Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-282-1/+8
* | | config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-285-22/+22
* | | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-285-10/+76
* | | much code can be deleted thanks to @tenderlove's refactoringJon Leighton2012-03-283-72/+6
* | | Merge pull request #5630 from andhapp/fix-config-asset-manifestSantiago Pastorino2012-03-281-1/+1
|\ \ \
| * | | Changed the config.assets.manifest to nil in the comments in the production c...Anuj Dutta2012-03-281-1/+1
* | | | Add test for default_url_options[:port]Aaron Suggs2012-03-281-0/+12
* | | | Merge pull request #2528 from cesario/fix_2507José Valim2012-03-283-5/+15
|\ \ \ \
| * | | | Rails.initialized? can be called at any time without raising an exception [Cl...Franck Verrot2012-03-283-5/+15
* | | | | Merge pull request #5623 from Houdini/masterJosé Valim2012-03-281-2/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove redundant variableDmitrii Golub2012-03-281-2/+1
| |/ / /
* | | | Merge pull request #5616 from cbartlett/migration-indentSantiago Pastorino2012-03-271-2/+2
|\ \ \ \
| * | | | Fix indenting in migration generatorColin Bartlett2012-03-271-2/+2
* | | | | Merge pull request #5621 from rafaelfranca/fix-2492-masterJeremy Kemper2012-03-272-3/+37
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-273-18/+23
| * | | | Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...Andrey Samsonov2012-03-272-2/+31
* | | | | Merge pull request #5620 from jcoleman/textarea-newline-fix-breaks-haml-masterSantiago Pastorino2012-03-273-8/+12
|\ \ \ \ \
| * | | | | Don't break Haml with textarea newline fix.James Coleman2012-03-273-8/+12