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
*
Some doc updates reflecting the new query API
Pratik Naik
2010-04-08
1
-36
/
+32
*
moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...
Xavier Noria
2010-04-05
1
-1
/
+1
*
Update various documentation examples to use new routing DSL
Andrew White
2010-04-04
1
-1
/
+1
*
Merge commit 'rails/master'
Xavier Noria
2010-03-31
1
-5
/
+13
|
\
|
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-1
/
+1
|
*
Fix dom_id for ActiveRecord [#4296 state:resolved]
José Valim
2010-03-30
1
-2
/
+1
|
*
Rename modularized_table_name_prefix to full_table_name_prefix [#4032 state:r...
wycats
2010-03-28
1
-2
/
+2
|
*
Add the ability to specify table_name_prefix on individual modules
Andrew White
2010-03-28
1
-1
/
+8
|
*
Update example of default_scope to use the new arel finder syntax
David Heinemeier Hansson
2010-03-28
1
-1
/
+1
|
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
|
*
adds missing requires for Object#duplicable?
Xavier Noria
2010-03-28
1
-0
/
+1
*
|
Changes migration number to version due to ambiguity. [#3065 state:committed]
Rizwan Reza
2010-03-28
1
-1
/
+1
|
/
*
Remove unused attributes_with_quotes method.
Emilio Tagua
2010-03-25
1
-20
/
+0
*
Move require closer to home
Jeremy Kemper
2010-03-17
1
-1
/
+0
*
fixing activerecord tests [#4205 state:resolved]
Aaron Patterson
2010-03-17
1
-0
/
+1
*
clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...
Aaron Patterson
2010-03-16
1
-0
/
+4
*
cleaning up many more warnings in activerecord [#4180 state:resolved]
Aaron Patterson
2010-03-15
1
-2
/
+8
*
speeding up clone_attributes, changing readonly to be initialized in def init...
Aaron Patterson
2010-03-14
1
-8
/
+9
*
cleaning up some test warnings
Aaron Patterson
2010-03-14
1
-0
/
+1
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-165
/
+5
*
converting inject to each and map
Aaron Patterson
2010-03-06
1
-5
/
+4
*
fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't ...
Tobias Bielohlawek
2010-02-26
1
-1
/
+1
*
Fix a bug where default_scope was overriding attributes given on model initia...
Henry Hsu
2010-02-26
1
-1
/
+1
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
1
-1
/
+1
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-4
/
+9
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-1
/
+1
*
Move batch finders to Relation
Pratik Naik
2010-02-12
1
-1
/
+2
*
removing , from ,= statement in WrappedDatabaseException constructor
SubbaRao Pasupuleti
2010-02-03
1
-1
/
+1
*
Make default_scope work with Relations
Pratik Naik
2010-01-23
1
-2
/
+3
*
Revert "Refactoring attributes/types" [#3348 state:open]
Pratik Naik
2010-01-22
1
-6
/
+31
*
Cache quoted_table_name
Pratik Naik
2010-01-21
1
-4
/
+5
*
Move update and update_all to Relation
Pratik Naik
2010-01-20
1
-70
/
+1
*
Base.merge_conditions is no longer needed
Pratik Naik
2010-01-20
1
-14
/
+0
*
Dont delegate Relation#update to arel
Pratik Naik
2010-01-20
1
-2
/
+2
*
Delegate delete_all to Relation
Pratik Naik
2010-01-20
1
-22
/
+1
*
Move destroy to Relation
Pratik Naik
2010-01-20
1
-28
/
+1
*
Remove Base.delete as it's same as Relation#delete
Pratik Naik
2010-01-20
1
-25
/
+1
*
Delegate exists? to Relation
Pratik Naik
2010-01-20
1
-35
/
+1
*
Make Relation#destroy_all handle all the cases
Pratik Naik
2010-01-20
1
-31
/
+1
*
Move array_of_strings? to Relation
Pratik Naik
2010-01-20
1
-4
/
+0
*
Remove stale methods constructing joins
Pratik Naik
2010-01-20
1
-28
/
+0
*
Delegate all finders to Relation
Pratik Naik
2010-01-20
1
-115
/
+1
*
with_scope no longer needs :reverse_merge
Pratik Naik
2010-01-20
1
-13
/
+2
*
Rename CalculationMethods to Calculations and get rid of the old Calculations...
Pratik Naik
2010-01-19
1
-1
/
+2
*
save(false) is gone, use save(:validate => false) instead.
José Valim
2010-01-17
1
-5
/
+5
*
Merge docrails
Pratik Naik
2010-01-17
1
-2
/
+2
*
Cache Model.arel_table
Pratik Naik
2010-01-17
1
-3
/
+3
*
Use arel_table[] instead of unscoped[] to get arel attribute
Pratik Naik
2010-01-17
1
-3
/
+3
*
Rename Model.active_relation to Model.unscoped
Pratik Naik
2010-01-17
1
-12
/
+12
*
Get rid of Base#merge_includes
Pratik Naik
2010-01-16
1
-5
/
+0
[next]