index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge scoped :joins together instead of overwriting them. May expose scoping ...
Andrew White
2008-08-28
1
-10
/
+27
*
add dynamic finder bang version to raise RecordNotFound
Josh Susser
2008-08-25
1
-1
/
+3
*
refactor dynamic finder name matching into its own class
Josh Susser
2008-08-25
1
-72
/
+49
*
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-22
1
-5
/
+8
*
Merge commit 'sven/i18n' into i18n
Jeremy Kemper
2008-08-22
1
-3
/
+38
|
\
|
*
Merge branch 'master' into i18n
Sven Fuchs
2008-08-21
1
-8
/
+20
|
|
\
|
*
|
Added Base.human_name method
Iain Hecker
2008-08-20
1
-0
/
+13
|
*
|
Cleaned up ActiveRecord i18n scoping
Iain Hecker
2008-08-14
1
-4
/
+26
*
|
|
Revert "Performance: freeze cached rows instead of duping"
Jeremy Kemper
2008-08-21
1
-1
/
+1
*
|
|
Revert "coerce blank strings to nil values for boolean and integer fields"
Jeremy Kemper
2008-08-21
1
-8
/
+5
*
|
|
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-21
1
-5
/
+8
|
|
/
|
/
|
*
|
Fix generated WHERE IN query for named scopes. [#583 state:resolved]
Philip Hallstrom
2008-08-21
1
-1
/
+1
*
|
Performance: freeze cached rows instead of duping
Jeremy Kemper
2008-08-18
1
-1
/
+1
*
|
Fixed STI type condition for eager loading of associations
Tarmo Tänav
2008-08-16
1
-3
/
+4
*
|
Fixed Time/Date object serialization
Tarmo Tänav
2008-08-12
1
-2
/
+9
*
|
move logging of protected attribute removal into log_protected_attribute_remo...
Trevor Turk
2008-08-12
1
-1
/
+5
|
/
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Raise UnknownAttributeError when unknown attributes are supplied via mass ass...
Pratik Naik
2008-07-31
1
-1
/
+9
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-2
/
+27
*
Set config.active_record.timestamped_migrations = false to have migrations wi...
Nik Wakelin
2008-07-17
1
-0
/
+4
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-5
/
+4
*
update_counters should update nil values.
miloops
2008-07-15
1
-1
/
+1
*
Allow conditions on multiple tables to be specified using hash.
Pratik Naik
2008-06-28
1
-9
/
+15
*
Include cache key in ModelName
Jeremy Kemper
2008-06-24
1
-4
/
+4
*
Fix column collision with named_scope and :joins. [#46 state:resolved]
Mark Catley
2008-06-22
1
-1
/
+1
*
Named bind variables can now be used with postgresql-style typecasts
Tarmo Tänav
2008-06-22
1
-3
/
+4
*
Make Base.merge_conditions public
Jeremy Kemper
2008-06-17
1
-14
/
+14
*
Silence scope resolution warnings
Jeremy Kemper
2008-06-11
1
-4
/
+6
*
Simplify ActiveRecord::Base#update_attribute
Pratik Naik
2008-06-07
1
-4
/
+4
*
Generate less garbage when expanding range bind variables in conditions
Jeremy Kemper
2008-06-06
1
-3
/
+8
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-1
/
+1
*
Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti...
rick
2008-05-31
1
-4
/
+12
*
Ensure :select passed in options overrides the one from the scope. [#239 stat...
Andrew White
2008-05-29
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-101
/
+113
*
Prefer string core_ext inflector methods over directly accessing Inflector.
Joshua Peek
2008-05-14
1
-22
/
+22
*
Add ActiveRecord option to store the full class name on STI's type column, al...
Rodrigo Kochenburger
2008-05-13
1
-3
/
+7
*
Remove AR::Base#attributes argument. [#52 state:resolved]
Frederick Cheung
2008-05-12
1
-1
/
+1
*
Fix blank conditions on AssociationCollection#find. [#104 state:resolved]
Jonathan Viney
2008-05-11
1
-0
/
+2
*
Merge docrails:
Pratik Naik
2008-05-09
1
-69
/
+86
*
Base#instantiate_time_object: eliminate check for Time.zone, since we can ass...
gbuesing
2008-05-08
1
-1
/
+1
*
Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...
Tarmo Tänav
2008-05-07
1
-12
/
+1
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-36
/
+32
*
Added block-setting of attributes for Base.create like Base.new already has (...
David Heinemeier Hansson
2008-04-30
1
-2
/
+14
*
Note that allow_concurrency = true means you need to verify_active_connection...
Jeremy Kemper
2008-04-28
1
-1
/
+3
*
Let Base.all use conditions etc like first/last
David Heinemeier Hansson
2008-04-28
1
-0
/
+6
*
Remove old :limit removal code from find_initial, logic is now handled in the...
Aliaksey Kandratsenka
2008-04-27
1
-1
/
+1
*
Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...
Pratik Naik
2008-04-06
1
-2
/
+17
*
Improve documentation.
Pratik Naik
2008-04-05
1
-0
/
+5
*
Partial updates include only unsaved attributes. Off by default; set YourClas...
Jeremy Kemper
2008-03-31
1
-4
/
+4
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-1
/
+1
[next]