| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1180 from Karunakar/documentation_change | Xavier Noria | 2011-05-21 | 1 | -3/+13 |
|\ |
|
| * | Documentation Error Fixed for ticket #839 | Karunakar (Ruby) | 2011-05-21 | 1 | -3/+13 |
* | | Merge pull request #1162 from guilleiguaran/singularize_individual_table_name | Jon Leighton | 2011-05-21 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Allow pluralize_table_names for individual model | Guillermo Iguaran | 2011-05-20 | 1 | -2/+2 |
* | | Syntax cleanup: for in => each | Guillermo Iguaran | 2011-05-19 | 1 | -1/+1 |
|/ |
|
* | Add doc to #attribute_names | Sebastian Martinez | 2011-05-15 | 1 | -0/+3 |
* | Add ActiveRecord::attribute_names to retrieve a list of attribute names. This... | Prem Sichanugrist | 2011-05-15 | 1 | -0/+8 |
* | Fix assigning protected attributes by attributes= | knapo | 2011-05-11 | 1 | -4/+3 |
* | fix bug in usage example of #unscoped | Corin Langosch | 2011-05-11 | 1 | -1/+1 |
* | Ensure assign_attributes and update_attributes do not fail on nil, closes #478. | José Valim | 2011-05-10 | 1 | -0/+2 |
* | renamed mass-assignment scopes to roles, updated code, tests, docs and securi... | Josh Kalderimis | 2011-05-08 | 1 | -6/+6 |
* | Class.new.name returns an empty string on 1.8 | José Valim | 2011-05-07 | 1 | -1/+1 |
* | Revert "Revert the merge because tests did not pass." | José Valim | 2011-05-07 | 1 | -0/+4 |
* | Revert the merge because tests did not pass. | José Valim | 2011-05-06 | 1 | -4/+0 |
* | Merge pull request #423 from richardiux/master | José Valim | 2011-05-06 | 1 | -0/+4 |
|\ |
|
| * | Adding base method symbolized_sti_name to activerecord base to be used on ide... | Richard Millan | 2011-05-06 | 1 | -0/+4 |
* | | Multiparameter POLA, time_select fixes. See LH4346 | Aditya Sanghi | 2011-05-05 | 1 | -29/+52 |
|/ |
|
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-04 | 1 | -18/+18 |
|\ |
|
| * | Remove extra whitespaces | Sebastian Martinez | 2011-05-02 | 1 | -18/+18 |
* | | Merge pull request #357 from joshk/assign_attributes. | David Heinemeier Hansson | 2011-05-01 | 1 | -5/+28 |
|\ \ |
|
| * | | Added mass-assignment security :as and :without_protection support to AR.new ... | Josh Kalderimis | 2011-05-01 | 1 | -5/+28 |
| |/ |
|
* / | removed the default_scope deprecations and updated the docs and tests to refl... | Josh Kalderimis | 2011-04-28 | 1 | -36/+17 |
|/ |
|
* | deprecated the use of the guard_protected_attributes argument with attributes... | Josh Kalderimis | 2011-04-25 | 1 | -9/+14 |
* | Added assign_attributes to Active Record which accepts a mass-assignment secu... | Josh Kalderimis | 2011-04-24 | 1 | -1/+40 |
* | Bring back support for passing a callable object to the default_scope macro. ... | Jon Leighton | 2011-04-18 | 1 | -0/+12 |
* | Un-deprecate using 'default_scope' as a macro, but if you are calling the mac... | Jon Leighton | 2011-04-18 | 1 | -20/+27 |
* | Evaluate default scopes at the last possible moment in order to avoid problem... | Jon Leighton | 2011-04-12 | 1 | -8/+5 |
* | Deprecated support for passing hashes and relations to default_scope, in favo... | Jon Leighton | 2011-04-12 | 1 | -51/+93 |
* | Delegate first!, last!, any? and many? to scoped | Andrew White | 2011-03-29 | 1 | -1/+2 |
* | Bring #reorder back | Sebastian Martinez | 2011-03-28 | 1 | -1/+1 |
* | Do not in place modify what table_name returns | Santiago Pastorino | 2011-03-22 | 1 | -1/+1 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-05 | 1 | -3/+3 |
|\ |
|
| * | use Arel::Table#alias rather than passing the :as parameter | Aaron Patterson | 2011-03-05 | 1 | -2/+2 |
| * | fixes a missmatched column in example | mjy | 2011-03-05 | 1 | -1/+1 |
* | | Use Base#type_condition in JoinAssociation | Jon Leighton | 2011-03-05 | 1 | -2/+2 |
|/ |
|
* | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 1 | -1/+1 |
* | Fix missing inheritance from AR::Base in docs | Josep M. Bach | 2011-02-24 | 1 | -1/+1 |
* | merges docrails | Xavier Noria | 2011-02-18 | 1 | -4/+1 |
|\ |
|
| * | removes unrealistic example (authentication plus gender?), that it is not nee... | Xavier Noria | 2011-02-18 | 1 | -4/+1 |
| * | Clarify Example in ActiveRecord base | Nicholas Rowe | 2011-02-18 | 1 | -1/+1 |
* | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 1 | -70/+152 |
|\ \ |
|
| * | | Add interpolation of association conditions back in, in the form of proc { ..... | Jon Leighton | 2011-02-14 | 1 | -6/+0 |
| * | | bugfix for serialized_attributes to be class specific | Raimonds Simanovskis | 2011-02-09 | 1 | -1/+3 |
| * | | make set_table_name take effect immediately | Jan | 2011-02-08 | 1 | -0/+3 |
| |/ |
|
| * | almost fisted | Aaron Patterson | 2011-02-04 | 1 | -20/+6 |
| * | allow AR caches to be cleared, clear them on class reloading | Aaron Patterson | 2011-02-03 | 1 | -0/+6 |
| * | Revert "ARel only requires the connection from the AR class. Simply return th... | Aaron Patterson | 2011-02-03 | 1 | -2/+8 |
| * | ARel only requires the connection from the AR class. Simply return the AR cla... | Aaron Patterson | 2011-02-03 | 1 | -8/+2 |
| * | reduce cache misses on STI subclasses | Aaron Patterson | 2011-02-03 | 1 | -2/+4 |
| * | this method should be private | Aaron Patterson | 2011-02-03 | 1 | -7/+7 |