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
*
Remove NilClass whiners feature.
José Valim
2011-12-08
1
-2
/
+0
*
Merge pull request #3851 from ebeigarts/fix_sequence_name
Jon Leighton
2011-12-04
1
-2
/
+2
|
\
|
*
Fix sequence name with abstract classes.
Edgars Beigarts
2011-12-04
1
-2
/
+2
*
|
Merge branch 'explain'
Xavier Noria
2011-12-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
Xavier Noria
2011-12-04
1
-0
/
+1
*
|
Refactor readonly attributes conditional
Carlos Antonio da Silva
2011-12-04
1
-1
/
+2
|
/
*
removes the convenience instance version of AR::Base.silence_auto_explain
Xavier Noria
2011-12-03
1
-1
/
+1
*
implements AR::Base(.|#)silence_auto_explain
Xavier Noria
2011-12-02
1
-1
/
+1
*
implements automatic EXPLAIN logging for slow queries
Xavier Noria
2011-12-02
1
-1
/
+9
*
Remove the need for type_cast_attribute.
Jon Leighton
2011-12-01
1
-1
/
+1
*
Get rid of the underscore versions of attribute methods!
Jon Leighton
2011-12-01
1
-0
/
+1
*
Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_whe...
David Heinemeier Hansson
2011-12-01
1
-7
/
+0
*
Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale?...
David Heinemeier Hansson
2011-12-01
1
-0
/
+7
*
Add hackery to make Syck use encode_with/init_with. Fixes 1.8 after recent ch...
Jon Leighton
2011-12-01
1
-0
/
+20
*
omg computer science!
Jon Leighton
2011-11-30
1
-2
/
+2
*
Move some serialization stuff out of Base
Jon Leighton
2011-11-30
1
-40
/
+0
*
Extract attribute serialization code into a separate module
Jon Leighton
2011-11-30
1
-0
/
+1
*
ActiveRecord::Relation#pluck method
Bogdan Gusiev
2011-11-30
1
-1
/
+1
*
Fix ruby 1.8 compat. const_defined? only takes a second arg on 1.9.
Jon Leighton
2011-11-29
1
-3
/
+4
*
Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`
Jon Leighton
2011-11-29
1
-2
/
+2
*
Make sure the original_foo accessor still works (but deprecated) if we are us...
Jon Leighton
2011-11-29
1
-6
/
+31
*
extract method
Jon Leighton
2011-11-29
1
-49
/
+25
*
Deprecate set_sequence_name in favour of self.sequence_name=
Jon Leighton
2011-11-29
1
-11
/
+28
*
Add tests for set_sequence_name etc
Jon Leighton
2011-11-29
1
-1
/
+1
*
Deprecate set_inheritance_column in favour of self.inheritance_column=
Jon Leighton
2011-11-29
1
-17
/
+29
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-22
/
+59
*
Merge pull request #3636 from joshsusser/master
Jon Leighton
2011-11-29
1
-0
/
+14
|
\
|
*
use GeneratedFeatureMethods module for associations
Josh Susser
2011-11-27
1
-0
/
+14
*
|
remove useless class_eval
Aaron Patterson
2011-11-28
1
-2
/
+0
*
|
pushing caching and visitors down to the connection
Aaron Patterson
2011-11-19
1
-9
/
+9
|
/
*
self.up, self.down => up, down
Akira Matsuda
2011-11-07
1
-2
/
+2
*
Update ActiveRecord#attribute_present? to work as documented
Justin Mazzi
2011-11-05
1
-1
/
+2
*
Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query
Jon Leighton
2011-11-05
1
-1
/
+3
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-10-14
1
-2
/
+2
|
\
|
*
change activerecord query conditions example to avoid 'type' as column name
Steve Bourne
2011-10-12
1
-2
/
+2
*
|
Added ActiveRecord::Base.store for declaring simple single-column key/value s...
David Heinemeier Hansson
2011-10-13
1
-1
/
+1
|
/
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
1
-5
/
+4
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
1
-4
/
+5
*
Don't require a DB connection when setting primary key.
Jon Leighton
2011-09-26
1
-0
/
+4
*
Rename first_or_new to first_or_initialize.
Jon Leighton
2011-09-13
1
-1
/
+1
*
Always generate attribute methods on the base class.
Jon Leighton
2011-09-13
1
-1
/
+1
*
Adding first_or_create, first_or_create!, first_or_new and first_or_build to ...
Andrés Mejía
2011-08-30
1
-0
/
+1
*
Move clear_timestamp_attributes into Timestamp module
Jon Leighton
2011-08-29
1
-9
/
+1
*
do not compute table names for abstract classes
Akira Matsuda
2011-08-24
1
-0
/
+2
*
In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...
Jon Leighton
2011-08-16
1
-1
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Xavier Noria
2011-08-13
1
-0
/
+4
|
\
|
*
Document exclamation point on dynamic finders
Florent Guilleux
2011-08-13
1
-0
/
+4
|
*
Revert "Explicitly included hashes in sentence regarding SQL-injection-safe f...
Xavier Noria
2011-08-13
1
-3
/
+3
|
*
Explicitly included hashes in sentence regarding SQL-injection-safe forms
Pete Campbell
2011-07-28
1
-3
/
+3
*
|
Perf: don't mess around with thread local vars unless we actually need to
Jon Leighton
2011-08-13
1
-18
/
+23
[next]