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
*
Remove not assigned variable warning from sqlite3 adapter test
Carlos Antonio da Silva
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
1
-4
/
+4
*
Fix the skip code.
Rafael Mendonça França
2012-10-28
1
-4
/
+4
*
SQLite3Adapter#type_cast should not mutate arguments
Stefan Rusterholz
2012-10-28
1
-0
/
+6
*
ActiveRecord::Relation#none! method.
Juanjo Bazán
2012-10-28
1
-0
/
+6
*
loaded relations cannot be mutated by extending!
Juanjo Bazán
2012-10-28
1
-0
/
+9
*
Enable update_column(s) for the primary key attribute.
Henrik N
2012-10-28
1
-0
/
+13
*
raise `ArgumentError` when redefining the primary key column. Closes #6378
Yves Senn
2012-10-28
1
-0
/
+20
*
refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378
Yves Senn
2012-10-28
1
-1
/
+8
*
AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes.
Francesco Rodriguez
2012-10-28
1
-0
/
+6
*
Use the MySQL varbinary type when appropriate in migrations.
Victor Costan
2012-10-27
3
-0
/
+34
*
Decode attributes pulled from URI.parse
Shawn Veader
2012-10-26
1
-0
/
+8
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
13
-201
/
+43
*
frozen state should be restored after txn is aborted
Aaron Patterson
2012-10-22
1
-0
/
+15
*
Add tests to make sure that the I18n taken message can be overrided in the
Rafael Mendonça França
2012-10-22
1
-0
/
+14
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-0
/
+36
*
Changed scope for "taken" error message translation to decrease precedence
Andrew DiMichele
2012-10-19
1
-0
/
+5
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-36
/
+0
*
Rename the partial_updates config to partial_writes
Jon Leighton
2012-10-19
2
-16
/
+30
*
nodoc the first_or_create methods and document alternatives
Jon Leighton
2012-10-19
1
-0
/
+10
*
fix test :/
Jon Leighton
2012-10-19
1
-5
/
+1
*
The default value of a text/blob in mysql strict mode should be nil
Jon Leighton
2012-10-19
1
-17
/
+55
*
Add Relation#find_or_create_by and friends
Jon Leighton
2012-10-19
1
-0
/
+23
*
remove unused variables. Oops!
Aaron Patterson
2012-10-17
1
-2
/
+2
*
use columns hash to look up the column for the count field
Aaron Patterson
2012-10-17
1
-13
/
+6
*
Fix bug with presence validation of associations.
Scott Willson
2012-10-16
1
-0
/
+7
*
Merge pull request #7371 from csmuc/fix_dup_validation_errors
Santiago Pastorino
2012-10-16
1
-0
/
+14
|
\
|
*
Call super to nullify the reference to the original errors object in the dup'...
Christian Seiler
2012-10-16
1
-0
/
+14
*
|
ActiveRecord: sum expression returns string '0' for no records, fixed
Tim Macfarlane
2012-10-15
1
-0
/
+4
*
|
use `setup` for setting up the test
Aaron Patterson
2012-10-15
1
-5
/
+1
*
|
Fix typo in inet and cidr saving
Miguel Herranz
2012-10-14
1
-0
/
+13
*
|
#7914 get default value when type uses schema name
Arturo Pie
2012-10-13
2
-1
/
+41
*
|
learn ActiveRecord::QueryMethods#order work with hash arguments
Tima Maslyuchenko
2012-10-12
1
-0
/
+16
*
|
Revert "Key the attributes hash with symbols"
Jon Leighton
2012-10-12
1
-2
/
+2
*
|
Cleanup trailing whitespaces
dfens
2012-10-12
5
-5
/
+5
*
|
Merge pull request #7887 from senny/remove_unused_requires_in_ar_tests
Vijay Dev
2012-10-10
4
-4
/
+0
|
\
\
|
*
|
remove duplicated require statements in AR test cases
Yves Senn
2012-10-09
4
-4
/
+0
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gradually moving documentation to new hash syntax
AvnerCohen
2012-10-10
2
-2
/
+2
*
|
|
Merge pull request #7859 from ernie/fix-collection-associations-with-select
Aaron Patterson
2012-10-09
1
-0
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix has_many assocation w/select load after create
Ernie Miller
2012-10-05
1
-0
/
+8
|
*
|
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
3
-4
/
+4
|
*
|
Use flat_map { } instead of map {}.flatten
Santiago Pastorino
2012-10-05
3
-4
/
+4
*
|
|
Move/rename files to follow naming conventions
Alexey Muranov
2012-10-07
1
-0
/
+0
*
|
|
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
5
-29
/
+29
*
|
|
Remove unneeded require
Rafael Mendonça França
2012-10-06
1
-1
/
+0
*
|
|
Move multiparameter attributes related tests to its own file
Rafael Mendonça França
2012-10-06
2
-337
/
+351
*
|
|
PostgreSQL, quote table names when fetching the primary key. Closes #5920
Yves Senn
2012-10-05
1
-0
/
+4
|
/
/
*
|
Count returns 0 without querying if parent is not saved
Francesco Rodriguez
2012-10-03
3
-0
/
+18
*
|
fix warning: method redefined
kennyj
2012-10-02
1
-1
/
+1
[next]