aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* use RDoc 2.2 to generate the documentation of individual componentsXavier Noria2010-06-161-0/+3
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-143-3/+3
* Added headings to serializers.Rizwan Reza2010-06-143-3/+7
* Revised the rest of the files from ActiveModel.Rizwan Reza2010-06-143-23/+36
* Revised and added headings.Rizwan Reza2010-06-143-1/+7
* Revised naming.rb and lint.rbRizwan Reza2010-06-142-5/+5
* Added headings and revised active_model.rb/lint.rb grammaticallyRizwan Reza2010-06-141-1/+3
* Minor changes to active_model/errors.rbRizwan Reza2010-06-141-8/+16
* Minor changes to active_model/callbacks.rb and dirty.rbRizwan Reza2010-06-142-7/+12
* Minor changes to active_model/attribute_methodsRizwan Reza2010-06-141-24/+30
* Minor changes to callbacks and conversion API docs.Rizwan Reza2010-06-142-13/+17
* Fix spelling error in ActiveModel::Conversion docs. [#4826 state:resolved]Pavel Gorbokon2010-06-111-1/+1
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-5/+11
* Validators should at model level and not at AR:Base level [Closes #4804]Neeraj Singh2010-06-101-1/+1
* Get ready for beta 4David Heinemeier Hansson2010-06-082-2/+2
* Really make include_root_in_json default to true [#3770 state:resolved]José Valim2010-06-082-18/+27
* Observing module is using constantizeSantiago Pastorino2010-06-061-0/+1
* Bump i18n to 0.4.1Jeremy Kemper2010-06-051-1/+1
* revises rdoc of AMo::Error#add [#4738 state:resolved]Xavier Noria2010-06-011-6/+6
* Unforce builder from ASSantiago Pastorino2010-06-011-0/+1
* Unforce i18n from ASSantiago Pastorino2010-05-311-0/+1
* Fix xml serialization test [#4650 state:resolved]Anil Wadghule2010-05-191-2/+5
* Use better assertion methods for testingNeeraj Singh2010-05-194-5/+5
* Fixed numericality validator in ActiveModel to reject hex numbers for floats ...rohit2010-05-181-1/+1
* Add a valid hex that shouldn't be valid to ActiveModel numericality tests [#4...rohit2010-05-181-1/+1
* Valid hex strings aren't valid float column values, to match the integer rest...Jeremy Kemper2010-05-172-4/+9
* a cloned object no longer mimics changed flags from creator , plus a test cas...Federico Brubacher2010-05-161-4/+5
* Make use of assert_equal to test equallity between object assert expects and ...Santiago Pastorino2010-05-162-3/+3
* Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...José Valim2010-05-1511-127/+99
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-1511-99/+127
* minor changes to instance level validations implementation based on feedback ...Josh Kalderimis2010-05-134-38/+17
* validation macros can now be used within an instanceJosh Kalderimis2010-05-1313-14/+114
* Revert "Refactor of active_model/naming.rb and allow collection and element t...Santiago Pastorino2010-05-122-59/+5
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-122-3/+3
* Refactor of active_model/naming.rb and allow collection and element to be wri...Santiago Pastorino2010-05-122-5/+59
* Merge remote branch 'rails/master'Xavier Noria2010-05-0925-435/+288
|\
| * removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-0918-128/+12
| * removed an old unused model in the AMo tests which also removes another AR de...Josh Kalderimis2010-05-099-14/+0
| * removed use of AR in AMo tests and removed testing of scopes (:on) in individ...Josh Kalderimis2010-05-0814-289/+240
| * updated AMo validations to use a context for valid? and invalid?, removing th...Josh Kalderimis2010-05-081-5/+12
| * Active Model JSON serializer now supports custom root optionJatinder Singh2010-05-043-1/+26
* | typo 'Provivdes' -> 'Provides'Santiago Pastorino2010-05-051-1/+1
|/
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-0311-42/+42
* Use %{} syntax in I18n (faster) instead of {{}}.José Valim2010-05-012-10/+10
* test cases for record.to_xml [#458 state:resolved]Neeraj Singh2010-04-302-0/+16
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-111/+51
* array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-291-2/+5
* Makes validates_acceptance_of to not override database fields [#4460 state:co...Santiago Pastorino2010-04-282-2/+7
* Fix validates_numericaly_of only integer error message [#4406 state:resolved]reu2010-04-253-20/+28
* Speed up xml serializer by computing values just once and remove unecessary c...José Valim2010-04-221-18/+17