aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* Concernify AR AttributeMethodsJoshua Peek2009-07-301-1/+9
* Merge docrailsPratik Naik2009-07-251-1/+1
* Integrate ActiveModel::Observing into ActiveRecordJoshua Peek2009-06-101-1/+1
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-10/+3
|\
| * Revert "Get AR CI passing again by requiring the entire core_ext"Jeremy Kemper2009-05-181-3/+0
| * Get AR CI passing again by requiring the entire core_extYehuda Katz2009-05-161-0/+3
| * Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+0
| * Remove support for deprecated validation message interpolation formatJeremy Kemper2009-05-131-1/+0
| * Don't use #tap before Active Support is available, since older versions of ru...Chris Kampmeier2009-05-041-3/+2
| * Check for sibling Active Support firstJeremy Kemper2009-05-021-8/+3
| * No more free lunchJeremy Kemper2009-04-221-0/+1
* | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-191-3/+1
* | Move all the Active Record validations to Active ModelPratik Naik2009-03-191-0/+9
|/
* Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batc...David Heinemeier Hansson2009-02-231-0/+1
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+2
* Bump up the year in MIT license filesPratik Naik2009-01-181-1/+1
* Introduce dynamic scopes for ActiveRecord: you can now use class methods like...Yaroslav Markin2008-12-281-0/+1
* Switch to Rack based session stores.Joshua Peek2008-12-151-0/+1
* Add ActiveRecord::VERSION autoloadJeremy Kemper2008-12-101-0/+2
* Add config.preload_frameworks to load all frameworks at startup. Default to f...Jeremy Kemper2008-11-241-2/+0
* missed ActiveRecord::MigratorJoshua Peek2008-11-241-0/+1
* get activerecord tests passing with lazy loadingJoshua Peek2008-11-241-0/+3
* Add LAZY env flag for testing autoload/lazy load featureJoshua Peek2008-11-241-1/+1
* Autoload ActiveRecord filesJoshua Peek2008-11-241-42/+36
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-1/+1
* I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...Sven Fuchs2008-09-201-1/+1
* I18n: move old-style interpolation syntax deprecation to Active Record. [#104...Sven Fuchs2008-09-201-1/+1
* I18n: removed call to #populate from main library filesMarko Seppae2008-08-271-3/+1
* refactor dynamic finder name matching into its own classJosh Susser2008-08-251-0/+1
* Harmonize framework require strategy. Don't add self to load path since Rails...Jeremy Kemper2008-08-251-10/+7
* Always require activesupport, even if its constant already existsTarmo Tänav2008-08-231-10/+8
* Locale file changed to yamlIain Hecker2008-08-201-1/+1
* switch to using I18n.load_translations instead of requiring plain ruby filesSven Fuchs2008-08-131-1/+1
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Renamed lang/ to locale/ because that's what we seem toSven Fuchs2008-06-211-1/+1
* Changed process of storing translations from theSven Fuchs2008-06-211-1/+4
* integrating I18n into RailsSven Fuchs2008-06-191-0/+2
* Updated copyright yearsDavid Heinemeier Hansson2008-05-111-1/+1
* Partial updates play nice with updated_at/on timestampsJeremy Kemper2008-03-311-2/+2
* Track changes to unsaved attributesJeremy Kemper2008-03-291-0/+2
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-0/+2
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-0/+2
* Check for the dir instead of relying on an exception.Jeremy Kemper2007-10-071-5/+7
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-201-2/+2
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-0/+2
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-111-2/+0
* Moved acts_as_nested_set into a plugin of the same name on the official Rails...David Heinemeier Hansson2007-09-111-2/+0
* Remove broken requireMichael Koziarski2007-09-101-1/+0
* Remove acts_as_list. Users are advised to install the new plugin. Reference...Michael Koziarski2007-09-101-1/+0
* Update copyright spanDavid Heinemeier Hansson2007-09-091-1/+1