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
/
active_record
Commit message (
Expand
)
Author
Age
Files
Lines
*
predicate builder should not recurse for determining where columns.
Aaron Patterson
2012-05-30
2
-4
/
+19
*
bumping to 3.2.4.rc1
Aaron Patterson
2012-05-28
1
-2
/
+2
*
Merge pull request #5244 from fotos/myqsl2_wait_timeout
Rafael Mendonça França
2012-05-25
1
-1
/
+1
*
Merge pull request #5925 from Juanmcuello/pg_structure_dump
Carlos Antonio da Silva
2012-05-24
1
-2
/
+2
|
\
|
*
Use Shellwords to scape arguments in db:structure:dump for PostgreSQL.
Juan M. Cuello
2012-05-22
1
-2
/
+2
*
|
Synchronize the ConnectionPool#release method to avoid thread safety issues [...
Andrew Selder
2012-05-23
1
-10
/
+12
|
/
*
Restore the frozen state on rollback. Fixes #6417.
Godfrey Chan
2012-05-22
1
-1
/
+3
*
Postgresql doesn't accept limits on binary (bytea) columns.
Victor Costan
2012-05-21
1
-8
/
+19
*
Fix uniqueness validator with `allow_nil: false` also for mysql
Piotr Sarnacki
2012-05-19
1
-1
/
+1
*
Fix `validates_uniqueness_off :field, :allow_nil => false`
Piotr Sarnacki
2012-05-19
1
-2
/
+2
*
Merge pull request #6398 from pmahoney/threadsafe-connection-pool
Aaron Patterson
2012-05-19
1
-4
/
+8
*
Ensure that CollectionAssociation#replace returns proper target
Piotr Sarnacki
2012-05-19
1
-1
/
+1
*
Fix HABTM syntax error in Ruby 1.8.x
Ernie Miller
2012-05-18
1
-2
/
+2
*
fix #delete_all with habtm with :delete_sql
Jon Leighton
2012-05-18
1
-0
/
+1
*
Perf: Don't load the association for #delete_all.
Jon Leighton
2012-05-18
4
-9
/
+33
*
Fix CollectionAssociation#replace to return new target (closes #6231)
Piotr Sarnacki
2012-05-16
1
-0
/
+2
*
Remove unused private method yaml_fixtures_key
Alexey Muranov
2012-05-11
1
-3
/
+0
*
Return false for exists? with new records - fixes #6199.
Andrew White
2012-05-10
1
-2
/
+1
*
Merge pull request #6221 from alexeymuranov/deprecate__instantiate_fixtures__...
Jeremy Kemper
2012-05-09
1
-7
/
+26
|
\
|
*
Remove deprecated use of ::instantiate_fixtures
Alexey Muranov
2012-05-10
1
-4
/
+4
|
*
Deprecate ::instantiate_fixtures unused parameter
Alexey Muranov
2012-05-10
1
-3
/
+22
*
|
Stop showing deprecations for Ruby 1.8.7 with remove_column
Carlos Antonio da Silva
2012-05-09
2
-4
/
+6
|
/
*
Merge pull request #6128 from frodsan/delete_all_limit_32
Aaron Patterson
2012-05-04
1
-0
/
+2
|
\
|
*
Fix #4979 against 3-2-stable - delete_all raise an error if a limit is provided
Francesco Rodriguez
2012-05-02
1
-0
/
+2
*
|
Deprecate remove_column with array as an argument
Piotr Sarnacki
2012-05-02
2
-0
/
+13
|
/
*
Be sure to correctly fetch PK name from MySQL even if the PK has some custom ...
Akira Matsuda
2012-04-19
1
-1
/
+1
*
Removes unneeded caching from ActiveRecord::Base.relation
Benedikt Deicke
2012-04-19
1
-4
/
+3
*
Revert "Revert "Fix #5667. Preloading should ignore scoping.""
Benedikt Deicke
2012-04-19
1
-2
/
+3
*
Removes caching from ActiveRecord::Core::ClassMethods#relation
Benedikt Deicke
2012-04-19
1
-2
/
+2
*
Revert "Fix #5667. Preloading should ignore scoping."
Jeremy Kemper
2012-04-18
1
-3
/
+2
*
Check for nil logger
Norman Clarke
2012-04-18
1
-1
/
+1
*
Merge pull request #5725 from kevmoo/remove_unused_castcode
Xavier Noria
2012-04-09
1
-2
/
+0
|
\
|
*
Remove unused 'cast_code' variable
Kevin Moore
2012-04-03
1
-2
/
+0
*
|
log which config format AR uses to connect with
Terence Lee
2012-04-03
1
-0
/
+4
|
/
*
DATABASE_URL allows omission of database.yml
Tim Pope
2012-04-03
1
-1
/
+3
*
Merge pull request #5662 from arturopie/3-2_fixing_IM_when_using_find_select
Aaron Patterson
2012-03-30
2
-10
/
+23
|
\
|
*
refactor instantiate method in base, so we remove nesting if's which make the...
Arturo Pie
2012-03-29
2
-12
/
+19
|
*
refactor the checking of the attributes of the record in IdentityMap#add, so ...
Arturo Pie
2012-03-29
1
-1
/
+7
|
*
Do not add record to identity map if the record doesn't have values for all t...
Arturo Pie
2012-03-29
1
-1
/
+1
*
|
Merge branch '3-2-3' into 3-2-stable
Santiago Pastorino
2012-03-30
1
-1
/
+1
|
\
\
|
*
|
Bump up to 3.2.3
Santiago Pastorino
2012-03-30
1
-1
/
+1
|
*
|
Bumping to 3.2.3.rc2
Santiago Pastorino
2012-03-29
1
-1
/
+1
*
|
|
Fix #5667. Preloading should ignore scoping.
Jon Leighton
2012-03-30
1
-2
/
+3
|
|
/
|
/
|
*
|
Fix #5549.
Jon Leighton
2012-03-28
2
-3
/
+7
*
|
Merge pull request #5618 from lest/patch-1
Piotr Sarnacki
2012-03-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
force datetime attributes to be changed
Sergey Nartimov
2012-03-27
1
-0
/
+1
*
|
Bumping to 3.2.3.rc1
Santiago Pastorino
2012-03-27
1
-2
/
+2
*
|
Merge pull request #2621 from icco/master
Aaron Patterson
2012-03-26
1
-1
/
+1
|
/
*
migrate(:down) method with table_name_prefix
kennyj
2012-03-21
1
-6
/
+22
*
Fix GH #5435. db:structure:dump should be re-enable.
kennyj
2012-03-18
1
-0
/
+1
[next]