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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
explain listener does not care about time, so use evented listener
Aaron Patterson
2012-06-20
1
-5
/
+5
*
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
4
-34
/
+107
|
\
|
*
Remove duplicated codes.
kennyj
2012-06-21
1
-41
/
+11
|
*
Refactor db:structure:load task.
kennyj
2012-06-21
4
-0
/
+103
*
|
Merge pull request #4396 from kennyj/fix_4259
Rafael Mendonça França
2012-06-20
1
-0
/
+32
|
\
\
|
|
/
|
/
|
|
*
Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we...
kennyj
2012-01-10
1
-0
/
+32
*
|
Extract conditional to a method to avoid duplication
Rafael Mendonça França
2012-06-19
1
-0
/
+3
*
|
handle joins/includes correctly for pluck and calculation.
Andrey Deryabin
2012-06-19
1
-0
/
+43
*
|
Merge pull request #6782 from kennyj/db-rake-structure-dump
Rafael Mendonça França
2012-06-19
4
-1
/
+106
|
\
\
|
*
|
Refactor db:structure:dump task.
kennyj
2012-06-20
4
-1
/
+106
*
|
|
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
4
-3
/
+93
*
|
Validates_numericality_of is skipped when changing 0 to to non-empty string
Angelo capilleri
2012-06-19
1
-0
/
+10
*
|
Remember the stored attributes in a config attribute.
Joost Baaij
2012-06-18
1
-1
/
+5
*
|
Merge pull request #6743 from steveklabnik/remove_composed_of
Rafael Mendonça França
2012-06-18
7
-413
/
+0
|
\
\
|
*
|
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
7
-413
/
+0
*
|
|
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
1
-0
/
+4
*
|
fix invalid syntax and sqlite rake failing tests
Francesco Rodriguez
2012-06-18
3
-4
/
+6
*
|
Merge pull request #6761 from freelancing-god/db-rake
Jon Leighton
2012-06-17
4
-0
/
+715
|
\
\
|
*
|
Rails is the default (but now override able) source for environment and path.
Pat Allan
2012-06-17
2
-28
/
+32
|
*
|
Cleaning up after some warnings, adding slightly higher-level tests.
Pat Allan
2012-06-17
2
-2
/
+296
|
*
|
db:drop and some of db:test:purge.
Pat Allan
2012-06-17
3
-2
/
+180
|
*
|
db:create for PostgreSQL pulled out into a class.
Pat Allan
2012-06-17
1
-0
/
+57
|
*
|
db:create for MySQL now much cleaner.
Pat Allan
2012-06-17
1
-0
/
+120
|
*
|
Confirm connection is not established if file exists.
Pat Allan
2012-06-17
1
-1
/
+10
|
*
|
A beginning of sorts.
Pat Allan
2012-06-17
1
-0
/
+53
*
|
|
Fix deprecation warnings when using config.active_record.mass_assignment_sani...
Jon Leighton
2012-06-15
1
-0
/
+32
*
|
|
Fix config.active_record.whitelist_attributes with AR::Model
Jon Leighton
2012-06-15
1
-0
/
+27
*
|
|
Simplify AR configuration code.
Jon Leighton
2012-06-15
3
-5
/
+5
*
|
|
Remove unneded tests.
Rafael Mendonça França
2012-06-14
1
-11
/
+1
*
|
|
Merge pull request #6713 from etehtsea/activerecord-uuid
Rafael Mendonça França
2012-06-14
4
-7
/
+31
|
\
\
\
|
*
|
|
Add uuid type support to PostgreSQL adapter
Konstantin Shabanov
2012-06-14
4
-7
/
+31
*
|
|
|
Remove update_attribute.
Steve Klabnik
2012-06-14
4
-66
/
+5
*
|
|
|
Need a assert here in tests
Arun Agrawal
2012-06-12
1
-2
/
+2
*
|
|
|
Merge pull request #6676 from aurelian/master
Rafael Mendonça França
2012-06-12
1
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Don't assign the attributes if the list is empty.
Aurelian Oancea
2012-06-08
1
-0
/
+4
*
|
|
|
Remove warnings and unused code
Rafael Mendonça França
2012-06-11
2
-7
/
+2
*
|
|
|
No need to cache table metadata in advance now that #6683 was merged.
Rafael Mendonça França
2012-06-11
2
-16
/
+0
*
|
|
|
Merge pull request #6492 from pmahoney/fair-connection-pool2
Rafael Mendonça França
2012-06-11
4
-1
/
+112
|
\
\
\
\
|
*
|
|
|
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-25
3
-1
/
+108
|
*
|
|
|
Cache metadata in advance to avoid extra sql statements while testing.
Yasuo Honda
2012-05-25
1
-0
/
+7
*
|
|
|
|
Merge pull request #6709 from amatsuda/sqlite3_version_is_always_gt_125
Rafael Mendonça França
2012-06-11
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
current AR::ConnectionAdapters::SQLite3Adapter supports only SQLite3 ~> 1.3.6
Akira Matsuda
2012-06-12
1
-1
/
+1
*
|
|
|
|
|
TimeZone format is always /[+-]\d{2}:\d{2}/ in Ruby 1.9
Akira Matsuda
2012-06-12
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Address ORA-00911 errors because of the heading underscore.
Yasuo Honda
2012-06-11
1
-1
/
+1
*
|
|
|
|
Fix that #exists? raises ThrowResult when called with an empty limited
Ben Woosley
2012-06-10
1
-1
/
+6
[next]