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
...
|
*
|
Rename ForbiddenAttributes exception to ForbiddenAttributesError
Guillermo Iguaran
2012-09-16
1
-1
/
+1
|
*
|
Add tests for ForbiddenAttributesProtection in ActiveRecord
Guillermo Iguaran
2012-09-16
1
-0
/
+63
|
*
|
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
13
-1071
/
+6
*
|
|
Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt
Rafael Mendonça França
2012-09-17
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix collection= on hm:t join models when unsaved
Ernie Miller
2012-09-17
1
-0
/
+5
*
|
|
|
Fix warning: method redefine. Testcase name are duplicated.
kennyj
2012-09-17
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #7547 from danmcclain/pg-arrays
Rafael Mendonça França
2012-09-16
3
-9
/
+115
|
\
\
\
|
*
|
|
Moves column dump specific code to a module included in AbstractAdapter
Dan McClain
2012-09-14
3
-9
/
+115
*
|
|
|
Merge pull request #7651 from steveklabnik/issue_3956
Rafael Mendonça França
2012-09-16
1
-1
/
+31
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Don't preserve SELECT columns on COUNT
Steve Klabnik
2012-09-16
1
-1
/
+31
*
|
|
|
Don't explain except normal CRUD sql.
kennyj
2012-09-17
1
-0
/
+7
*
|
|
|
Fix find_in_batches with customized primary_key
Toshiyuki Kawanishi
2012-09-16
2
-0
/
+16
*
|
|
|
Merge pull request #7643 from steveklabnik/deprecate_silence
Rafael Mendonça França
2012-09-15
1
-12
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Deprecate ActiveSupport::Benchmarkable#silence.
Steve Klabnik
2012-09-15
1
-12
/
+18
|
|
/
/
*
|
|
Fix test
Jon Leighton
2012-09-15
1
-2
/
+2
*
|
|
Ensure disconnecting or reconnecting resets the transaction state
Jon Leighton
2012-09-15
2
-0
/
+36
*
|
|
Remove our use of #outside_transaction?
Jon Leighton
2012-09-15
1
-29
/
+3
*
|
|
Remove the transaction_open variable
Jon Leighton
2012-09-15
1
-0
/
+5
*
|
|
Move transaction joinability into the transaction object
Jon Leighton
2012-09-15
1
-0
/
+9
*
|
|
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
2
-2
/
+3
|
/
/
*
|
refactor store_accessor
Matt Jones
2012-09-13
2
-2
/
+22
*
|
Fix nested association references
Jon Leighton
2012-09-12
2
-38
/
+32
*
|
Merge pull request #7273 from beerlington/foreign_key_model_queries
Jon Leighton
2012-09-12
3
-1
/
+73
|
\
\
|
*
|
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
3
-1
/
+73
*
|
|
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-2
/
+0
*
|
|
Merge pull request #7601 from jrochkind/connection_pool_unify_exceptions
Aaron Patterson
2012-09-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ConnectionPool, unify exceptions, ConnectionTimeoutError
Jonathan Rochkind
2012-09-11
1
-1
/
+1
*
|
|
Use configuration['encoding'], because database configuration use not charset...
kennyj
2012-09-12
1
-2
/
+2
*
|
|
Use native mysqldump command for 'rake db:structure:dump'.
kennyj
2012-09-12
1
-15
/
+2
|
/
/
*
|
Fix annoy warning, when executing testcase.
kennyj
2012-09-11
2
-0
/
+13
*
|
Raise MissingAttributeError on query methods
Ernie Miller
2012-09-08
1
-0
/
+1
*
|
Dump schema using new style hash
Konstantin Shabanov
2012-09-08
1
-44
/
+44
*
|
Merge pull request #7545 from senny/7518_postgres_type_detection
Aaron Patterson
2012-09-07
2
-2
/
+5
|
\
\
|
*
|
postgres, map scaled intervals to string datatype (#7518)
Yves Senn
2012-09-06
2
-2
/
+5
*
|
|
Fix AR tests due to builder change with nil values / empty strings
Carlos Antonio da Silva
2012-09-07
1
-6
/
+6
*
|
|
Merge pull request #4976 from kreynolds/fix_eager_without_pkey
Jon Leighton
2012-09-07
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change JoinPart test from an integration to a unit test
Kelley Reynolds
2012-07-05
2
-13
/
+8
|
*
|
Fix eagerly loading associations without primary keys
Kelley Reynolds
2012-02-09
1
-0
/
+13
*
|
|
Put the create_table block in a transaction.
Rafael Mendonça França
2012-09-05
1
-2
/
+4
*
|
|
ActiveRecord support to PostgreSQL 9.2 JSON type
Dickson S. Guedes
2012-09-05
3
-1
/
+86
*
|
|
Merge pull request #7532 from al2o3cr/fix_store_bugs
Rafael Mendonça França
2012-09-05
2
-2
/
+9
|
\
\
\
|
*
|
|
correctly flag changed attributes in AR::Store, combine multiple calls to sto...
Matt Jones
2012-09-05
2
-2
/
+9
*
|
|
|
Merge pull request #7536 from pivotal/fix_pluck_with_reserved_words
Rafael Mendonça França
2012-09-05
3
-2
/
+16
|
\
\
\
\
|
*
|
|
|
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2012-09-05
3
-2
/
+16
*
|
|
|
|
Merge pull request #7525 from seamusabshere/use-mysql-binary-for-rake-db-stru...
Rafael Mendonça França
2012-09-05
1
-5
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Use the 'mysql' binary for 'rake db:structure:load'.
Seamus Abshere
2012-09-05
1
-5
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #7337 from adzap/string_to_dummy_time
Rafael Mendonça França
2012-09-05
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
Fix for time type columns with invalid time
Adam Meehan
2012-09-05
1
-0
/
+12
|
|
/
/
/
*
|
|
|
Merge pull request #7447 from etehtsea/postgresql-adapter
Rafael Mendonça França
2012-09-05
1
-3
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Modularize postgresql adapter
Konstantin Shabanov
2012-09-05
1
-3
/
+0
[prev]
[next]