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
...
|
*
|
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
*
|
|
|
|
Add test to column alias in `exists?` SQL.
Rafael Mendonça França
2012-06-10
1
-0
/
+6
*
|
|
|
|
Merge pull request #6695 from kennyj/fix_6635
Rafael Mendonça França
2012-06-10
1
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Fix #6635. We should call Scoping methods, before calling Array methods.
kennyj
2012-06-10
1
-0
/
+9
*
|
|
|
|
|
Ensure that mass assignment options are preserved
Andrew White
2012-06-10
2
-1
/
+42
|
/
/
/
/
/
*
|
|
|
|
Use . instead of :: for class methods, add CHANGELOG entries
José Valim
2012-06-10
1
-2
/
+2
*
|
|
|
|
Merge pull request #6665 from schneems/schneems/raise-migration-error
José Valim
2012-06-10
1
-0
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
raise error for pending migration
schneems
2012-06-09
1
-2
/
+2
|
*
|
|
|
|
add convenience methods for checking migrations
schneems
2012-06-03
1
-0
/
+15
*
|
|
|
|
|
Fix fragile #assert_queries implementation and usages.
Steve Jorgensen
2012-06-09
4
-6
/
+6
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Skip two tests with polymorphic if current adapter is Oracle Adapter.
Yasuo Honda
2012-06-08
1
-0
/
+3
*
|
|
|
|
Merge pull request #6629 from marcandre/destroy
Carlos Antonio da Silva
2012-06-06
2
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
+ ActiveRecord::Base#destroy!
Marc-Andre Lafortune
2012-06-06
2
-0
/
+9
*
|
|
|
|
|
stop `to_s`ing method names
Akira Matsuda
2012-06-06
2
-3
/
+2
*
|
|
|
|
|
Merge pull request #6616 from dpassage/fix_resolver_test_sqlite3
Carlos Antonio da Silva
2012-06-05
1
-0
/
+3
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
The resolver tests fail if the mysql gem is not installed; this breaks
David Paschich
2012-06-03
1
-0
/
+3
*
|
|
|
|
|
Add failing test for 3.2.5 datetime attribute regression
Evan Arnold
2012-06-04
1
-0
/
+11
|
/
/
/
/
/
*
|
|
|
|
a test case that ensures AR::Relation#merge can merge associations
Akira Matsuda
2012-06-03
1
-0
/
+8
*
|
|
|
|
modulize AR::NullRelation
Akira Matsuda
2012-06-01
1
-1
/
+6
*
|
|
|
|
Merge branch 'master-sec'
Aaron Patterson
2012-05-31
1
-0
/
+19
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
predicate builder should not recurse for determining where columns.
Aaron Patterson
2012-05-30
1
-0
/
+19
*
|
|
|
|
Fix backward compatibility with stored Hash values. Wrap coders to convert se...
Jeremy Kemper
2012-05-30
2
-13
/
+19
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #5810 from kennyj/fix_5797
Aaron Patterson
2012-05-30
1
-0
/
+9
|
\
\
\
\
|
*
|
|
|
Fix #5797. Error calling dup method on AR model with serialized field
kennyj
2012-05-30
1
-0
/
+9
*
|
|
|
|
Merge pull request #6386 from kennyj/fix_logs_name_consistency
Aaron Patterson
2012-05-30
4
-15
/
+108
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[prev]
[next]