| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert commit which breaks all the tests. | Michael Koziarski | 2008-11-07 | 1 | -2/+0 |
* | Fixed the sanitize helper to avoid double escaping already properly escaped e... | David Heinemeier Hansson | 2008-11-06 | 1 | -1/+1 |
* | Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t... | David Heinemeier Hansson | 2008-11-06 | 1 | -0/+2 |
* | Ensure indices don't flip order in schema.rb [#1266 state:committed] | Jordi Bunster | 2008-10-30 | 1 | -0/+2 |
* | Fixed that serialized strings should never be type-casted (i.e. turning "Yes"... | David Heinemeier Hansson | 2008-10-27 | 1 | -0/+5 |
* | Update CHANGELOGs with the last few fixes, set date for today | David Heinemeier Hansson | 2008-10-24 | 1 | -1/+3 |
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 |
* | Add Model#delete instance method, similar to Model.delete class method. [#108... | Hongli Lai (Phusion | 2008-09-21 | 1 | -0/+2 |
* | Deal with MySQL's quirky handling of defaults and blob/text columns | Frederick Cheung | 2008-09-14 | 1 | -0/+2 |
* | Multiparameter attributes skip time zone conversion for time-only columns [#1... | gbuesing | 2008-09-14 | 1 | -0/+2 |
* | Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor... | miloops | 2008-09-14 | 1 | -0/+2 |
* | Revert "Add :accessible option to Associations for allowing mass assignments ... | Pratik Naik | 2008-09-10 | 1 | -18/+0 |
* | Missing doc updates | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+2 |
* | Add special AssociationReflection methods for creating association objects, a... | Hongli Lai (Phusion) | 2008-09-09 | 1 | -1/+1 |
* | Make the options that has_many, belongs_to and other association generation m... | Hongli Lai (Phusion) | 2008-09-09 | 1 | -0/+2 |
* | Changed all benchmarking reports to be in milliseconds | David Heinemeier Hansson | 2008-09-05 | 1 | -0/+2 |
* | Database connections are now pooled, one pool per #establish_connection call. | Jeremy Kemper | 2008-09-02 | 1 | -0/+2 |
* | Missed changelog update for #501 | Jeremy Kemper | 2008-08-28 | 1 | -0/+2 |
* | Rollback the transaction when a before_* callback returns false. | Xavier Noria | 2008-08-24 | 1 | -0/+2 |
* | Made migrations transactional for PostgreSQL [#834 state:resolved] | Tarmo Tänav | 2008-08-22 | 1 | -0/+2 |
* | Set config.active_record.timestamped_migrations = false to have migrations wi... | Nik Wakelin | 2008-07-17 | 1 | -0/+2 |
* | Fixed mysql change_column_default to not make the column always nullable. | Tarmo Tänav | 2008-07-14 | 1 | -0/+2 |
* | Fixed that create database statements would always include "DEFAULT NULL" (Ni... | David Heinemeier Hansson | 2008-07-14 | 1 | -0/+2 |
* | Add :accessible option to Associations for allowing mass assignments using ha... | David Dollar | 2008-07-14 | 1 | -0/+18 |
* | Add :tokenizer option to validates_length_of. [#507 state:resolved] | David Lowenfels | 2008-07-04 | 1 | -0/+5 |
* | Allow conditions on multiple tables to be specified using hash. | Pratik Naik | 2008-06-28 | 1 | -0/+5 |
* | Always treat integer :limit as byte length. [#420 state:resolved] | Tarmo Tänav | 2008-06-22 | 1 | -0/+2 |
* | Partial updates don't update lock_version if nothing changed. [#426 state:re... | Daniel Morrison | 2008-06-22 | 1 | -0/+2 |
* | Fix column collision with named_scope and :joins. [#46 state:resolved] | Mark Catley | 2008-06-22 | 1 | -0/+2 |
* | ActiveRecord::Migrator#run records version-state after migrating. [#369 stat... | Michael Raidel | 2008-06-22 | 1 | -0/+2 |
* | nix extra newline | Jeremy Kemper | 2008-06-22 | 1 | -2/+1 |
* | Changelog for 509374e | Jeremy Kemper | 2008-06-22 | 1 | -0/+3 |
* | MySQL: rename_column preserves default values. [#466 state:resolved] | Diego Algorta | 2008-06-22 | 1 | -0/+2 |
* | Add :from option to calculations. [#397 state:resolved] | Ben Munat | 2008-06-11 | 1 | -0/+2 |
* | Add :validate option to associations. [#301 state:resolved] | Jan De Poorter | 2008-06-11 | 1 | -0/+2 |
* | PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later. | Jeremy Kemper | 2008-06-10 | 1 | -0/+2 |
* | Added SQL escaping for :limit and :offset in MySQL [Jonathan Wiess] | David Heinemeier Hansson | 2008-06-01 | 1 | -0/+5 |
* | fix changelog conflict | rick | 2008-05-31 | 1 | -1/+5 |
|\ |
|
| * | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -2/+4 |
* | | Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti... | rick | 2008-05-31 | 1 | -0/+2 |
|/ |
|
* | Add first/last methods to associations/named_scope. [#226 state:resolved] | Ryan Bates | 2008-05-20 | 1 | -0/+2 |
* | Merge documentation changes from docrails. | Pratik Naik | 2008-05-16 | 1 | -1/+1 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Ensure hm:t preloading honours reflection options. [#137 state:resolved] | Frederick Cheung | 2008-05-11 | 1 | -0/+2 |
* | Added protection against duplicate migration names (Aslak Hellesøy) [#112 st... | Aslak Hellesøy | 2008-05-11 | 1 | -0/+2 |
* | Base#instantiate_time_object: eliminate check for Time.zone, since we can ass... | gbuesing | 2008-05-08 | 1 | -0/+2 |
* | Updating changelogs | gbuesing | 2008-05-08 | 1 | -0/+2 |
* | Added change_table for migrations (Jeff Dean) [#71 state:resolved] | David Heinemeier Hansson | 2008-05-03 | 1 | -0/+9 |
* | Added missing files | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+2 |
* | Added block-setting of attributes for Base.create like Base.new already has (... | David Heinemeier Hansson | 2008-04-30 | 1 | -0/+2 |