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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test cases for 46492949b8c09f99db78b9f7a02d039e7bc6a702
Andrew White
2012-06-23
1
-0
/
+52
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
*
Allow precision option for postgresql datetimes
Tony Schneider
2012-06-22
3
-0
/
+87
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-22
2
-4
/
+16
|
\
|
*
fixes a few mistakes in api docs [ci skip]
Vijay Dev
2012-06-22
1
-4
/
+2
|
*
Typo in documentation.
Andrés Mejía
2012-06-19
1
-1
/
+1
|
*
Add documentation for ActiveRecord::QueryMethods#reverse_order [ci skip]
Florent Guilleux
2012-06-16
1
-0
/
+3
|
*
Add documentation for ActiveRecord::QueryMethods#offset [ci skip]
Ulises Cabanillas
2012-06-16
1
-0
/
+7
|
*
Add documentation for ActiveRecord::QueryMethods#limit [ci skip]
Florent Guilleux
2012-06-16
1
-3
/
+7
*
|
Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributes
Rafael Mendonça França
2012-06-22
5
-1
/
+15
|
\
\
|
*
|
made dynamic finders alias_attribute aware
Maximilian Schneider
2012-06-22
5
-1
/
+15
*
|
|
Fix changelog typo [ci skip]
Carlos Antonio da Silva
2012-06-22
1
-1
/
+1
*
|
|
Add changelog entry and guide updates for pluck with multiple columns
Carlos Antonio da Silva
2012-06-22
2
-0
/
+10
*
|
|
Refactor pluck with multiple columns
Carlos Antonio da Silva
2012-06-22
2
-36
/
+29
*
|
|
ActiveRecord#pluck now accepts multiple columns
jeroeningen
2012-06-22
2
-16
/
+51
*
|
|
Fix serializable_hash with xml generation and default :except option
Carlos Antonio da Silva
2012-06-22
3
-5
/
+30
*
|
|
Add some coverage for AR serialization with serializable_hash
Carlos Antonio da Silva
2012-06-22
3
-26
/
+113
*
|
|
disallow mutating a relation once loaded
Jon Leighton
2012-06-22
3
-18
/
+50
*
|
|
It's AR::Reflection not AR::Relation
Andrew White
2012-06-22
1
-1
/
+1
*
|
|
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
13
-52
/
+85
*
|
|
Set the hash value directly instead of using merge!
Carlos Antonio da Silva
2012-06-21
1
-1
/
+1
*
|
|
changed the firm of changes_from_zero_to_string?
Angelo capilleri
2012-06-21
1
-2
/
+2
*
|
|
explain listener does not care about time, so use evented listener
Aaron Patterson
2012-06-20
2
-7
/
+10
*
|
|
Refactor testcase codes. It's repeated.
kennyj
2012-06-21
1
-132
/
+38
|
/
/
*
|
Merge pull request #6798 from kennyj/db-rake-structure-load
Carlos Antonio da Silva
2012-06-20
9
-53
/
+133
|
\
\
|
*
|
Remove duplicated codes.
kennyj
2012-06-21
1
-41
/
+11
|
*
|
Refactor db:structure:load task.
kennyj
2012-06-21
9
-19
/
+129
*
|
|
Merge pull request #4396 from kennyj/fix_4259
Rafael Mendonça França
2012-06-20
2
-4
/
+40
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we...
kennyj
2012-01-10
2
-4
/
+40
*
|
|
Remove unneeded code since pluck is respecting joins now
Rafael Mendonça França
2012-06-19
1
-12
/
+1
*
|
|
Extract conditional to a method to avoid duplication
Rafael Mendonça França
2012-06-19
2
-15
/
+22
*
|
|
handle joins/includes correctly for pluck and calculation.
Andrey Deryabin
2012-06-19
2
-1
/
+49
*
|
|
Merge pull request #6782 from kennyj/db-rake-structure-dump
Rafael Mendonça França
2012-06-19
9
-14
/
+147
|
\
\
\
|
*
|
|
Refactor db:structure:dump task.
kennyj
2012-06-20
9
-14
/
+147
*
|
|
|
Merge pull request #6785 from kennyj/rename_testcase_name
Carlos Antonio da Silva
2012-06-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Rename testcase name. It's wrong in the context.
kennyj
2012-06-20
1
-1
/
+1
|
|
/
/
/
*
/
/
/
Rename MySQLTestPurge to MySQLPurgeTest for consistency.
kennyj
2012-06-20
1
-1
/
+1
|
/
/
/
*
|
|
Refactor db:charset task
Simon Jefford
2012-06-19
9
-20
/
+118
*
|
|
Refactor the conditionals
Rafael Mendonça França
2012-06-19
1
-7
/
+7
*
|
|
Validates_numericality_of is skipped when changing 0 to to non-empty string
Angelo capilleri
2012-06-19
2
-5
/
+25
*
|
|
Refactor and use class_attribute
Carlos Antonio da Silva
2012-06-18
2
-7
/
+15
*
|
|
Remember the stored attributes in a config attribute.
Joost Baaij
2012-06-18
3
-1
/
+23
*
|
|
Improve the CHANGELOG entry [ci skip]
Rafael Mendonça França
2012-06-18
1
-2
/
+19
*
|
|
Refactor Relation#update a bit to avoid an extra Enumerator instance
Carlos Antonio da Silva
2012-06-18
1
-1
/
+1
*
|
|
Make DatabaseTasks a module with real private methods
Carlos Antonio da Silva
2012-06-18
1
-13
/
+14
*
|
|
Add CHANGELOG entry to composed_of removal
Rafael Mendonça França
2012-06-18
1
-0
/
+6
*
|
|
Merge pull request #6743 from steveklabnik/remove_composed_of
Rafael Mendonça França
2012-06-18
18
-768
/
+9
|
\
\
\
|
*
|
|
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
18
-768
/
+9
*
|
|
|
Add ensure Joke.reset_sequence_name
Yasuo Honda
2012-06-19
1
-0
/
+2
|
/
/
/
*
|
|
Change minimum (default) log level in PostgreSQL to warning.
kennyj
2012-06-18
3
-1
/
+11
[next]