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
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
3
-2
/
+25
*
bumping version to 3.2.10
Aaron Patterson
2012-12-23
1
-1
/
+1
*
CVE-2012-5664 options hashes should only be extracted if there are extra para...
Aaron Patterson
2012-12-23
2
-1
/
+18
*
updating changelog
Aaron Patterson
2012-12-23
1
-1
/
+2
*
updating the changelog for the CVE
Aaron Patterson
2012-12-23
1
-0
/
+4
*
Add release date of Rails 3.2.9 to documentation
claudiob
2012-12-23
1
-1
/
+1
*
Bump to 3.2.9
Santiago Pastorino
2012-11-12
1
-1
/
+1
*
Bump up to 3.2.9.rc3
Santiago Pastorino
2012-11-09
1
-1
/
+1
*
Bump to 3.2.9.rc2
Santiago Pastorino
2012-11-01
1
-1
/
+1
*
Ensure calling first/last with options correctly set inverse association
Carlos Antonio da Silva
2012-11-01
2
-1
/
+11
*
Fix issue with collection associations and first(n)/last(n)
Carlos Antonio da Silva
2012-11-01
3
-3
/
+20
*
relaxes assertion
Xavier Noria
2012-10-31
1
-1
/
+1
*
Fix ActiveRecord#update_column return value
saksmlz
2012-10-31
2
-1
/
+7
*
Add CHANGELOG entry to #8032 fix
Rafael Mendonça França
2012-10-29
1
-0
/
+5
*
Fix typo :bomb: [ci skip]
Rafael Mendonça França
2012-10-29
1
-1
/
+1
*
Fix bug when Column is trying to type cast boolean values to integer.
Rafael Mendonça França
2012-10-29
3
-6
/
+22
*
Merge pull request #8009 from graceliu/3-2-fix_database_url_support
Rafael Mendonça França
2012-10-29
4
-37
/
+57
|
\
|
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-10-29
4
-37
/
+57
*
|
Bump to 3.2.9.rc1
Santiago Pastorino
2012-10-29
1
-2
/
+2
|
/
*
Merge pull request #8057 from frodsan/fix_sqlite_mutate_arg
Rafael Mendonça França
2012-10-29
2
-1
/
+9
*
Merge pull request #8053 from henrik/update_columns_with_primary_key
Carlos Antonio da Silva
2012-10-29
3
-1
/
+17
*
Make Active Record tests pass in isolation
Rafael Mendonça França
2012-10-29
2
-3
/
+2
*
Fix the skip code.
Rafael Mendonça França
2012-10-28
1
-4
/
+4
*
Merge pull request #7593 from veader/patch-1
Rafael Mendonça França
2012-10-28
3
-0
/
+14
*
frozen state should be restored after txn is aborted
Aaron Patterson
2012-10-22
2
-2
/
+18
*
Use `Rails.env` instead of `ENV['RAILS_ENV']`; #7951
Martin Grandrath
2012-10-18
1
-1
/
+1
*
Merge pull request #7371 from csmuc/fix_dup_validation_errors
Santiago Pastorino
2012-10-17
3
-0
/
+21
*
Synchronize around deleting from the reserved connections hash.
Aaron Patterson
2012-10-15
2
-1
/
+4
*
7914 Using a better way to get the defaults from db.
Arturo Pie
2012-10-14
1
-12
/
+7
*
#7914 get default value when type uses schema name
Arturo Pie
2012-10-14
4
-2
/
+54
*
Fix has_many assocation w/select load after create
Ernie Miller
2012-10-12
3
-1
/
+15
*
Eager autoload Preloader classes
John Firebaugh
2012-10-10
1
-10
/
+14
*
Eager autoload ActiveRecord association helpers
Michael Fairley
2012-10-10
1
-5
/
+7
*
Merge pull request #7850 from senny/5920_postgres_adapter_table_with_capital_...
Rafael Mendonça França
2012-10-06
3
-5
/
+14
*
Merge pull request #6978 from frodsan/count_nosql_unsaved_parent
Rafael Mendonça França
2012-10-04
5
-0
/
+37
*
Refactor
Santiago Pastorino
2012-10-03
1
-5
/
+3
*
Merge pull request #7822 from lulalala/reset-counter-cache-for-has-many-through
Rafael Mendonça França
2012-10-02
5
-4
/
+29
*
backport 68677ffb8298105eb9d3efa26d928dd88cc5e006
Evan Petrie
2012-09-28
4
-6
/
+13
*
ConnectionPool accepts spec key 'checkout_timeout'
Jonathan Rochkind
2012-09-24
4
-5
/
+39
*
Merge pull request #3544 from amatsuda/_field_changed
Aaron Patterson
2012-09-21
4
-5
/
+23
*
Revert "backport fair connection pool 02b2335563 to 3-2-stable"
Rafael Mendonça França
2012-09-20
7
-311
/
+51
*
Load the environment after creating the database
Jeremy Kemper
2012-09-19
1
-2
/
+2
*
Cache columns metadata to avoid extra while testing
Rafael Mendonça França
2012-09-18
3
-1
/
+11
*
backport fair connection pool 02b2335563 to 3-2-stable
Jonathan Rochkind
2012-09-17
4
-50
/
+300
*
Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt
Rafael Mendonça França
2012-09-17
3
-0
/
+25
*
Merge pull request #7666 from kennyj/fix_9fa3f102813eeeec440abd75870dfa7b2383...
Rafael Mendonça França
2012-09-17
1
-1
/
+1
*
Merge pull request #7651 from steveklabnik/issue_3956
Rafael Mendonça França
2012-09-16
2
-2
/
+32
*
Backport explain fixes.
Rafael Mendonça França
2012-09-16
5
-13
/
+27
*
`skip` in Ruby 1.8 doesn't skip the test case without return
Rafael Mendonça França
2012-09-13
1
-1
/
+1
*
fix markdown markup in AR/CHANGELOG
Francesco Rodríguez
2012-09-13
1
-1
/
+1
[next]