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
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix querying with an empty hash
Damien Mathieu
2012-09-19
1
-1
/
+10
*
Merge pull request #7251 from rails/integrate-strong_parameters
David Heinemeier Hansson
2012-09-18
10
-1121
/
+56
|
\
|
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
5
-80
/
+1
|
*
Don't use assert_nothing_raised when assert_equal is used
Guillermo Iguaran
2012-09-16
1
-10
/
+6
|
*
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
7
-1051
/
+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
1
-0
/
+11
*
|
|
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
1
-0
/
+32
*
|
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
1
-1
/
+13
*
Fix nested association references
Jon Leighton
2012-09-12
1
-38
/
+31
*
Merge pull request #7273 from beerlington/foreign_key_model_queries
Jon Leighton
2012-09-12
1
-1
/
+69
|
\
|
*
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
1
-1
/
+69
*
|
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
1
-0
/
+2
*
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
1
-1
/
+3
|
\
|
*
postgres, map scaled intervals to string datatype (#7518)
Yves Senn
2012-09-06
1
-1
/
+3
*
|
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
2
-0
/
+76
*
|
Merge pull request #7532 from al2o3cr/fix_store_bugs
Rafael Mendonça França
2012-09-05
1
-2
/
+8
|
\
\
|
*
|
correctly flag changed attributes in AR::Store, combine multiple calls to sto...
Matt Jones
2012-09-05
1
-2
/
+8
*
|
|
Merge pull request #7536 from pivotal/fix_pluck_with_reserved_words
Rafael Mendonça França
2012-09-05
1
-2
/
+9
|
\
\
\
|
*
|
|
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2012-09-05
1
-2
/
+9
*
|
|
|
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
|
|
/
/
[next]