aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* add dynamic finder bang version to raise RecordNotFoundJosh Susser2008-08-251-1/+3
* refactor dynamic finder name matching into its own classJosh Susser2008-08-251-72/+49
* coerce blank strings to nil values for boolean and integer fieldsJosh Susser2008-08-221-5/+8
* Merge commit 'sven/i18n' into i18nJeremy Kemper2008-08-221-3/+38
|\
| * Merge branch 'master' into i18nSven Fuchs2008-08-211-8/+20
| |\
| * | Added Base.human_name methodIain Hecker2008-08-201-0/+13
| * | Cleaned up ActiveRecord i18n scopingIain Hecker2008-08-141-4/+26
* | | Revert "Performance: freeze cached rows instead of duping"Jeremy Kemper2008-08-211-1/+1
* | | Revert "coerce blank strings to nil values for boolean and integer fields"Jeremy Kemper2008-08-211-8/+5
* | | coerce blank strings to nil values for boolean and integer fieldsJosh Susser2008-08-211-5/+8
| |/ |/|
* | Fix generated WHERE IN query for named scopes. [#583 state:resolved]Philip Hallstrom2008-08-211-1/+1
* | Performance: freeze cached rows instead of dupingJeremy Kemper2008-08-181-1/+1
* | Fixed STI type condition for eager loading of associationsTarmo Tänav2008-08-161-3/+4
* | Fixed Time/Date object serializationTarmo Tänav2008-08-121-2/+9
* | move logging of protected attribute removal into log_protected_attribute_remo...Trevor Turk2008-08-121-1/+5
|/
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Raise UnknownAttributeError when unknown attributes are supplied via mass ass...Pratik Naik2008-07-311-1/+9
* Merge docrails changesPratik Naik2008-07-281-2/+27
* Set config.active_record.timestamped_migrations = false to have migrations wi...Nik Wakelin2008-07-171-0/+4
* Merge with docrails.Pratik Naik2008-07-161-5/+4
* update_counters should update nil values.miloops2008-07-151-1/+1
* Allow conditions on multiple tables to be specified using hash.Pratik Naik2008-06-281-9/+15
* Include cache key in ModelNameJeremy Kemper2008-06-241-4/+4
* Fix column collision with named_scope and :joins. [#46 state:resolved]Mark Catley2008-06-221-1/+1
* Named bind variables can now be used with postgresql-style typecastsTarmo Tänav2008-06-221-3/+4
* Make Base.merge_conditions publicJeremy Kemper2008-06-171-14/+14
* Silence scope resolution warningsJeremy Kemper2008-06-111-4/+6
* Simplify ActiveRecord::Base#update_attributePratik Naik2008-06-071-4/+4
* Generate less garbage when expanding range bind variables in conditionsJeremy Kemper2008-06-061-3/+8
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-1/+1
* Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti...rick2008-05-311-4/+12
* Ensure :select passed in options overrides the one from the scope. [#239 stat...Andrew White2008-05-291-1/+1
* Merge docrails.Pratik Naik2008-05-251-101/+113
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-22/+22
* Add ActiveRecord option to store the full class name on STI's type column, al...Rodrigo Kochenburger2008-05-131-3/+7
* Remove AR::Base#attributes argument. [#52 state:resolved]Frederick Cheung2008-05-121-1/+1
* Fix blank conditions on AssociationCollection#find. [#104 state:resolved]Jonathan Viney2008-05-111-0/+2
* Merge docrails:Pratik Naik2008-05-091-69/+86
* Base#instantiate_time_object: eliminate check for Time.zone, since we can ass...gbuesing2008-05-081-1/+1
* Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...Tarmo Tänav2008-05-071-12/+1
* Improve documentation coverage and markupXavier Noria2008-05-021-36/+32
* Added block-setting of attributes for Base.create like Base.new already has (...David Heinemeier Hansson2008-04-301-2/+14
* Note that allow_concurrency = true means you need to verify_active_connection...Jeremy Kemper2008-04-281-1/+3
* Let Base.all use conditions etc like first/lastDavid Heinemeier Hansson2008-04-281-0/+6
* Remove old :limit removal code from find_initial, logic is now handled in the...Aliaksey Kandratsenka2008-04-271-1/+1
* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...Pratik Naik2008-04-061-2/+17
* Improve documentation.Pratik Naik2008-04-051-0/+5
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-4/+4
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-1/+1
* Typo fix in documentation from [9090] References #11422Michael Koziarski2008-03-261-1/+1