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 PG typecasting errors
Aaron Patterson
2012-12-28
1
-20
/
+7
*
|
work off FIXME comments in AR rename_column_test.rb
Yves Senn
2012-12-28
1
-9
/
+22
*
|
validate :on option on after_commit and after_rollback callbacks
Pascal Friederich
2012-12-26
1
-0
/
+8
*
|
Fixes for PR [#8267]
Marc-Andre Lafortune
2012-12-22
1
-2
/
+4
*
|
Remove duplicated methods in command recorder and duplicated test name
Carlos Antonio da Silva
2012-12-21
1
-1
/
+1
*
|
Make execute, change_column and remove_columns methods actually irreversible
Marc-Andre Lafortune
2012-12-21
1
-1
/
+7
*
|
Make change_table reversible when possible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-0
/
+20
*
|
Factorize methods that are easily reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-8
/
+8
*
|
Make remove_index reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-3
/
+24
*
|
Differentiate between remove_column and remove_columns. Make remove_column re...
Marc-Andre Lafortune
2012-12-21
2
-3
/
+14
*
|
Make drop_table reversible [#8267]
Marc-Andre Lafortune
2012-12-21
2
-14
/
+27
*
|
Add drop_join_table [#8267]
Marc-Andre Lafortune
2012-12-21
2
-4
/
+52
*
|
Add Migration#reversible for reversible data operations [#8267]
Marc-Andre Lafortune
2012-12-21
1
-0
/
+39
*
|
Allow revert of whole migration [#8267]
Marc-Andre Lafortune
2012-12-21
1
-0
/
+63
*
|
Allow reverting of migration commands with Migration#revert [#8267]
Marc-Andre Lafortune
2012-12-21
2
-48
/
+74
*
|
Simplify change_table and avoid duplicated logic
Marc-Andre Lafortune
2012-12-21
1
-26
/
+5
*
|
Serialized attribute can be serialized in an integer column
Rafael Mendonça França
2012-12-21
1
-1
/
+10
*
|
Wrap table creation in a transaction.
Rafael Mendonça França
2012-12-21
1
-6
/
+8
|
/
*
Merge pull request #8522 from senny/3489_index_names_on_copy
Carlos Antonio da Silva
2012-12-19
1
-0
/
+10
|
\
|
*
Keep index names when using with sqlite3
Yves Senn
2012-12-19
1
-0
/
+10
*
|
Address test_binary_data_is_not_logged with Oracle database
Yasuo Honda
2012-12-19
1
-2
/
+1
|
/
*
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...
Pedro Padron
2012-12-18
1
-3
/
+20
*
AR supporting new int4range and int8range data type on PostgreSQL >= 9.2. Fix...
Alexey
2012-12-17
1
-1
/
+18
*
AR supporting new intrange data type on PostgreSQL >= 9.2
Alexey
2012-12-16
1
-0
/
+87
*
Skip binary data with binds test for mysql2, fix build
Carlos Antonio da Silva
2012-12-14
1
-0
/
+2
*
Do not log the binding values for binary columns.
Matthew M. Boedicker
2012-12-14
1
-0
/
+8
*
Fix for has_many_through counter_cache bug
Matthew Robertson
2012-12-14
1
-0
/
+11
*
recognize migrations, in folders containing numbers and 'rb'.
Yves Senn
2012-12-13
1
-0
/
+6
*
Improve test name related to cache timestamp format [ci skip]
Carlos Antonio da Silva
2012-12-11
1
-1
/
+1
*
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
1
-3
/
+3
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
1
-0
/
+5
*
Make sure the tests pass in the case closer to described in #8195
Rafael Mendonça França
2012-12-10
2
-18
/
+12
*
Added regression test for #8195.
jacobstr
2012-12-10
1
-0
/
+18
*
Fix decorating columns for serialized attributes
itzki
2012-12-10
1
-0
/
+13
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
7
-138
/
+30
*
Session variables for mysql, mysql2, and postgresql adapters can be set
Aaron Stone
2012-12-08
3
-0
/
+75
*
Rollback where.like and where.not_like
Carlos Antonio da Silva
2012-12-07
1
-17
/
+2
*
Document the types of arguments accepted by AR#not
claudiob
2012-12-07
1
-0
/
+12
*
Fix where.not with in clause
Carlos Antonio da Silva
2012-12-07
1
-1
/
+1
*
Move where with blank conditions test to the correct where tests file
Carlos Antonio da Silva
2012-12-07
2
-6
/
+6
*
Ensure there won't be any regression with where(nil) calls
Carlos Antonio da Silva
2012-12-07
1
-1
/
+1
*
Merge pull request #8332 from amatsuda/ar_where_chain
Carlos Antonio da Silva
2012-12-07
2
-1
/
+79
|
\
|
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
2
-1
/
+79
*
|
Unscope update_column(s) query to ignore default scope
Carlos Antonio da Silva
2012-12-06
1
-0
/
+16
*
|
Remove method redefined warnings
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
|
Use CURRENT_TIMESTAMP since it has apparently better cross db support
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
|
convert time to string
Josh Susser
2012-12-06
2
-2
/
+2
*
|
Merge branch 'joshsusser-master' into merge
Aaron Patterson
2012-12-05
7
-31
/
+139
|
\
\
|
*
|
style cleanup
Josh Susser
2012-12-03
2
-2
/
+1
|
*
|
Add migration history to schema.rb dump
Josh Susser
2012-12-02
2
-2
/
+67
[prev]
[next]