| Commit message (Expand) | Author | Age | Files | Lines |
* | I18n: removed call to #populate from main library files | Marko Seppae | 2008-08-27 | 1 | -3/+1 |
* | refactor dynamic finder name matching into its own class | Josh Susser | 2008-08-25 | 1 | -0/+1 |
* | Harmonize framework require strategy. Don't add self to load path since Rails... | Jeremy Kemper | 2008-08-25 | 1 | -10/+7 |
* | Always require activesupport, even if its constant already exists | Tarmo Tänav | 2008-08-23 | 1 | -10/+8 |
* | Locale file changed to yaml | Iain Hecker | 2008-08-20 | 1 | -1/+1 |
* | switch to using I18n.load_translations instead of requiring plain ruby files | Sven Fuchs | 2008-08-13 | 1 | -1/+1 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Renamed lang/ to locale/ because that's what we seem to | Sven Fuchs | 2008-06-21 | 1 | -1/+1 |
* | Changed process of storing translations from the | Sven Fuchs | 2008-06-21 | 1 | -1/+4 |
* | integrating I18n into Rails | Sven Fuchs | 2008-06-19 | 1 | -0/+2 |
* | Updated copyright years | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Partial updates play nice with updated_at/on timestamps | Jeremy Kemper | 2008-03-31 | 1 | -2/+2 |
* | Track changes to unsaved attributes | Jeremy Kemper | 2008-03-29 | 1 | -0/+2 |
* | Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] | Rick Olson | 2008-03-24 | 1 | -0/+2 |
* | Introduce preload query strategy for eager :includes. Closes #9640. | Jeremy Kemper | 2008-01-19 | 1 | -0/+2 |
* | Check for the dir instead of relying on an exception. | Jeremy Kemper | 2007-10-07 | 1 | -5/+7 |
* | Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu... | David Heinemeier Hansson | 2007-09-20 | 1 | -2/+2 |
* | Speed up and simplify query caching. | Jeremy Kemper | 2007-09-17 | 1 | -0/+2 |
* | Moved acts_as_tree into a plugin of the same name on the official Rails svn (... | David Heinemeier Hansson | 2007-09-11 | 1 | -2/+0 |
* | Moved acts_as_nested_set into a plugin of the same name on the official Rails... | David Heinemeier Hansson | 2007-09-11 | 1 | -2/+0 |
* | Remove broken require | Michael Koziarski | 2007-09-10 | 1 | -1/+0 |
* | Remove acts_as_list. Users are advised to install the new plugin. Reference... | Michael Koziarski | 2007-09-10 | 1 | -1/+0 |
* | Update copyright span | David Heinemeier Hansson | 2007-09-09 | 1 | -1/+1 |
* | Explicitly require active_record/query_cache before using it. | Jeremy Kemper | 2007-09-08 | 1 | -1/+0 |
* | Load database adapters on demand. Eliminates config.connection_adapters and R... | Jeremy Kemper | 2007-05-25 | 1 | -7/+1 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 1 | -1/+1 |
* | Update copyright times | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
* | r4854@ks: jeremy | 2006-07-30 00:59:18 -0700 | Jeremy Kemper | 2006-07-31 | 1 | -0/+2 |
* | r4664@asus: jeremy | 2006-06-19 18:55:36 -0700 | Jeremy Kemper | 2006-06-20 | 1 | -1/+3 |
* | r4663@asus: jeremy | 2006-06-19 17:23:57 -0700 | Jeremy Kemper | 2006-06-20 | 1 | -1/+1 |
* | Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ... | David Heinemeier Hansson | 2006-06-04 | 1 | -0/+2 |
* | Add support for FrontBase (http://www.frontbase.com/) with a new adapter than... | Marcel Molina | 2006-04-27 | 1 | -1/+1 |
* | Added OpenBase database adapter that builds on top of the http://www.spice-of... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Added Sybase database adapter that relies on the Sybase Open Client bindings ... | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+1 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 1 | -1/+1 |
* | Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+2 |
* | ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_... | Tobias Lütke | 2005-12-24 | 1 | -0/+1 |
* | Fixed RDoc warnings [DHH] | David Heinemeier Hansson | 2005-12-08 | 1 | -1/+1 |
* | Added preliminary support for join models [DHH] Added preliminary support for... | David Heinemeier Hansson | 2005-12-03 | 1 | -1/+1 |
* | r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 | Jeremy Kemper | 2005-11-16 | 1 | -1/+1 |
* | Added new symbol-driven approach to activating observers with Base#observer [... | David Heinemeier Hansson | 2005-09-25 | 1 | -0/+1 |
* | Just include activerecord/schema with AR so it doesnt need to be dumped | David Heinemeier Hansson | 2005-09-24 | 1 | -0/+1 |
* | Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m... | Jamis Buck | 2005-09-23 | 1 | -1/+1 |
* | Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec... | David Heinemeier Hansson | 2005-09-15 | 1 | -7/+8 |
* | Only attempt to require Active Support if it hasnt been already #1959 | David Heinemeier Hansson | 2005-09-15 | 1 | -8/+10 |
* | Removed the AR::Recursion module--it broke more code than it fixed | Jamis Buck | 2005-06-21 | 1 | -2/+0 |
* | Added ActiveRecord::Recursion to guard against recursive calls to #save | Jamis Buck | 2005-06-13 | 1 | -0/+2 |
* | Allow before/after update hooks to work on models with optimistic locking | Jamis Buck | 2005-06-11 | 1 | -1/+1 |
* | Started work on a per-request query cache | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+2 |
* | Added acts_as_nested_set #1000 [wschenk] | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+2 |