aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | add example to ActiveModel::MissingAttributeError [ci skip]Francesco Rodriguez2012-07-281-0/+8
| * | | update ActiveModel::MassAssignmentSecurity docs [ci skip]Francesco Rodriguez2012-07-281-65/+177
| * | | add example to ActiveModel::Naming#model_name [ci skip]Francesco Rodriguez2012-07-271-0/+8
| * | | fix AM::Naming examples [ci skip]Francesco Rodriguez2012-07-271-12/+12
| * | | update to_param docs [ci skip]Francesco Rodriguez2012-07-271-2/+5
| * | | Revert "Removed reference to composed_of."Rafael Mendonça França2012-07-271-0/+3
| * | | use 'HTTP_AUTHORIZATION' instead of :authorization as key when dealing with H...Francesco Rodriguez2012-07-271-1/+1
| * | | Update performance testing guide [ci skip]Francesco Rodriguez2012-07-241-78/+152
| * | | Removed reference to composed_of.Steve Klabnik2012-07-231-3/+0
| * | | fix removed ruby tag in commit 890b9dd [ci skip]Francesco Rodriguez2012-07-221-4/+5
| * | | added 2 strategies for extending engine modelsWeston Platter2012-07-221-1/+78
| * | | tiny mistake in descriptiondm1try2012-07-221-1/+1
| * | | add :nodoc: directive to AM::ObserverArray internal methods [ci skip]Francesco Rodriguez2012-07-221-10/+10
* | | | Merge pull request #7260 from thomasklemm/patch-1Vijay Dev2012-08-041-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Update Migration Docs: Defaults for Boolean FieldsThomas Klemm2012-08-041-1/+1
|/ / /
* | | Make ActiveRecord::Model::DeprecationProxy work betterJon Leighton2012-08-033-22/+55
* | | Update the docs to reflect the new association APIJon Leighton2012-08-032-462/+385
* | | Merge pull request #7253 from acapilleri/lenght_validator_errors_optionsRafael Mendonça França2012-08-031-2/+2
|\ \ \
| * | | calculate errors_options one time in validate_eachAngelo Capilleri2012-08-031-2/+2
* | | | Add test select_tag escapes promptSantiago Pastorino2012-08-031-0/+6
* | | | Use content_tag here instead of manually building HTMLSantiago Pastorino2012-08-031-2/+6
* | | | Don't eager load all thisSantiago Pastorino2012-08-031-32/+33
* | | | Remove ActiveRecord::Base.to_aJon Leighton2012-08-0318-64/+55
* | | | reinstate changelog that seems to have been accidentally deleted o_OJon Leighton2012-08-031-0/+19
* | | | Allow Relation#merge to take a proc.Jon Leighton2012-08-033-2/+37
* | | | make sure the body finishes rendering before checking response closureAaron Patterson2012-08-031-1/+2
* | | | Merge pull request #7231 from armanddp/no_contentRafael Mendonça França2012-08-023-8/+38
|\ \ \ \
| * | | | Collapsed dual checks (one for content headers and one for content) into a si...Armand du Plessis2012-08-023-8/+38
* | | | | Remove `:rails_env` task since it is not needed anymore.Rafael Mendonça França2012-08-022-16/+9
|/ / / /
* | | | Merge pull request #7240 from steveklabnik/fix_2301Rafael Mendonça França2012-08-023-4/+7
|\ \ \ \
| * | | | Changelog entry for Digest Auth fix (#2301)Steve Klabnik2012-08-021-0/+2
| * | | | Fix for digest authentication bug - issue #2301 in rails/railsArthur Smith2012-08-022-4/+5
* | | | | load active_support/deprecation in active_support/railsXavier Noria2012-08-0220-19/+4
* | | | | load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-0217-16/+3
* | | | | load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-0232-34/+6
* | | | | load active_support/concern in active_support/railsXavier Noria2012-08-0217-16/+3
* | | | | load active_support/dependencies/autoload in active_support/railsXavier Noria2012-08-023-2/+3
* | | | | load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-0226-25/+4
* | | | | load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-0255-54/+2
* | | | | defines a private require-hub active_support/railsXavier Noria2012-08-028-0/+16
* | | | | Check validity of options[:as] just onceJosé Valim2012-08-021-12/+18
* | | | | Merge pull request #7129 from kennyj/fix_7079José Valim2012-08-022-7/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve error handling when using partial name with hyphen. Fix #7079kennyj2012-08-032-7/+19
* | | | | Fix tests.Rafael Mendonça França2012-08-021-2/+2
* | | | | Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-022-2/+15
|/ / / /
* | | | s/scoped/scope/Jon Leighton2012-08-019-27/+33
* | | | Add CollectionProxy#scopeJon Leighton2012-08-013-1/+30
* | | | Use explicit delegationsJon Leighton2012-08-011-119/+79
* | | | Refactor a bitJon Leighton2012-08-011-38/+37
* | | | Add `Relation#load`Jon Leighton2012-08-013-2/+35