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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...
Andy Lindeman
2012-12-21
1
-1
/
+1
*
Remove duplicated methods in command recorder and duplicated test name
Carlos Antonio da Silva
2012-12-21
1
-3
/
+3
*
Fix calling quote column name in interpolated string
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
/
+2
*
Make change_table reversible when possible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-1
/
+5
*
Migration generators use `change` even for destructive methods [#8267]
Marc-Andre Lafortune
2012-12-21
1
-16
/
+4
*
Factorize methods that are easily reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-34
/
+20
*
Make remove_index reversible [#8267]
Marc-Andre Lafortune
2012-12-21
1
-4
/
+10
*
Differentiate between remove_column and remove_columns. Make remove_column re...
Marc-Andre Lafortune
2012-12-21
4
-16
/
+30
*
Make drop_table reversible [#8267]
Marc-Andre Lafortune
2012-12-21
2
-3
/
+14
*
Add drop_join_table [#8267]
Marc-Andre Lafortune
2012-12-21
2
-3
/
+17
*
Add Migration#reversible for reversible data operations [#8267]
Marc-Andre Lafortune
2012-12-21
2
-1
/
+46
*
Allow revert of whole migration [#8267]
Marc-Andre Lafortune
2012-12-21
1
-3
/
+39
*
Extract exec_migration [#8267]
Marc-Andre Lafortune
2012-12-21
1
-11
/
+16
*
Allow reverting of migration commands with Migration#revert [#8267]
Marc-Andre Lafortune
2012-12-21
2
-42
/
+81
*
Split ridiculously long line
Marc-Andre Lafortune
2012-12-21
1
-1
/
+4
*
Simplify change_table and avoid duplicated logic
Marc-Andre Lafortune
2012-12-21
1
-14
/
+2
*
Serialized attribute can be serialized in an integer column
Rafael Mendonça França
2012-12-21
1
-0
/
+8
*
Keep index names when using with sqlite3
Yves Senn
2012-12-19
1
-2
/
+1
*
Fix argument name in fixtures method
Carlos Antonio da Silva
2012-12-18
1
-1
/
+1
*
Revert "use File.basename to get the filename minus .yml"
Aaron Patterson
2012-12-18
1
-4
/
+3
*
#5523 Add ability for postgresql adapter to disable user triggers in disable_...
Gary S. Weaver
2012-12-18
1
-4
/
+12
*
Extract some methods
Carlos Antonio da Silva
2012-12-18
1
-16
/
+22
*
Change relation in place
Carlos Antonio da Silva
2012-12-18
1
-1
/
+1
*
Simplify value logic by always typecasting
Carlos Antonio da Silva
2012-12-18
1
-11
/
+5
*
Avoid unnecessary hashes with error options
Carlos Antonio da Silva
2012-12-18
1
-1
/
+4
*
Remove prepend_and_append requirement from AS
Carlos Antonio da Silva
2012-12-18
1
-3
/
+1
*
Refactor uniqueness validator logic a bit
Carlos Antonio da Silva
2012-12-18
1
-10
/
+5
*
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...
Pedro Padron
2012-12-18
1
-1
/
+6
*
AR supporting new int4range and int8range data type on PostgreSQL >= 9.2. Fix...
Alexey
2012-12-17
1
-4
/
+11
*
AR supporting new intrange data type on PostgreSQL >= 9.2
Alexey
2012-12-16
6
-4
/
+68
*
Skip binary data with binds test for mysql2, fix build
Carlos Antonio da Silva
2012-12-14
1
-1
/
+1
*
Do not log the binding values for binary columns.
Matthew M. Boedicker
2012-12-14
1
-1
/
+11
*
Merge pull request #8510 from thedarkone/thread_safety_improvements
Aaron Patterson
2012-12-14
2
-31
/
+32
|
\
|
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
2
-31
/
+32
*
|
Fix for has_many_through counter_cache bug
Matthew Robertson
2012-12-14
1
-0
/
+5
*
|
Merge pull request #8500 from senny/8492_migrations_crash_on_specific_path
Carlos Antonio da Silva
2012-12-13
1
-1
/
+1
|
\
\
|
*
|
recognize migrations, in folders containing numbers and 'rb'.
Yves Senn
2012-12-13
1
-1
/
+1
*
|
|
Shush deprecation warning due to initializing a Migrator with migration paths...
Jeremy Kemper
2012-12-12
1
-1
/
+1
|
/
/
*
/
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
2
-2
/
+2
|
/
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
1
-1
/
+12
*
Fix decorating columns for serialized attributes
itzki
2012-12-10
1
-4
/
+3
*
Move to the schema-migrations-metadata branch.
Jeremy Kemper
2012-12-09
5
-102
/
+30
*
Session variables for mysql, mysql2, and postgresql adapters can be set
Aaron Stone
2012-12-08
4
-34
/
+61
*
Improve where.not docs [ci skip]
Carlos Antonio da Silva
2012-12-08
1
-14
/
+8
*
Rollback where.like and where.not_like
Carlos Antonio da Silva
2012-12-07
1
-26
/
+0
*
Document the types of arguments accepted by AR#not
claudiob
2012-12-07
1
-2
/
+11
*
revises a RDoc example to make it idiomatic
Xavier Noria
2012-12-07
1
-8
/
+8
*
Fix where.not with in clause
Carlos Antonio da Silva
2012-12-07
1
-3
/
+3
*
Update #where rdoc to match 6ba0f97 [ci skip]
claudiob
2012-12-07
1
-4
/
+4
[next]