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
*
refactors AR::Base#reset_table_name
Xavier Noria
2010-06-14
1
-19
/
+20
*
Documentation for #quoted_table_name method
Thiago Pradi
2010-06-14
1
-0
/
+2
*
Remove an unused method
Pratik Naik
2010-06-12
1
-13
/
+0
*
Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...
Andrew Bloomgarden
2010-06-08
1
-1
/
+3
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-1
/
+1
*
Remove Model.clear_default_scope
Pratik Naik
2010-05-18
1
-4
/
+0
*
AR::Base#clone fixed to set dirty bits for cloned object
pleax
2010-05-16
1
-1
/
+7
*
cache connection when quoting
Comron Sattari
2010-05-16
1
-5
/
+6
*
a cloned object no longer mimics changed flags from creator , plus a test cas...
Federico Brubacher
2010-05-16
1
-0
/
+1
*
Reset quoted_table_name after set_table_name [#4568 state:resolved]
Santiago Pastorino
2010-05-15
1
-1
/
+1
*
Modified default_scope to merge with any pre-existing default_scope
David Chelimsky + Brian Tatnall
2010-05-15
1
-1
/
+5
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-329
/
+2
*
Fix failing test.
José Valim
2010-04-28
1
-1
/
+1
*
Makes validates_acceptance_of to not override database fields [#4460 state:co...
Santiago Pastorino
2010-04-28
1
-0
/
+4
*
Restore HWIA#stringify_keys! and update changelog
Jeremy Kemper
2010-04-22
1
-2
/
+1
*
removes unnecessary assignment and local variable in AR::Base#subclasses, and...
Xavier Noria
2010-04-13
1
-3
/
+2
*
Refactor compute_type to handle situations where the correct class is already...
Andrew White
2010-04-12
1
-16
/
+19
*
make ActiveRecord::Base.subclasses a public method
Emmanuel Oga
2010-04-12
1
-1
/
+5
*
table_name_prefix and table_name_suffix are class_attributes instead of cattr...
Phil Smith
2010-04-12
1
-4
/
+5
*
fix stack trace lines on class_eval
Santiago Pastorino
2010-04-09
1
-4
/
+4
*
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
[next]