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
...
*
Deprecating composed_of in ActiveRecord
Steve Klabnik
2012-06-18
1
-0
/
+3
*
Deprecate update_attribute.
Steve Klabnik
2012-06-14
3
-6
/
+10
*
Merge branch '3-2-stable-rel' into 3-2-stable
Aaron Patterson
2012-06-12
2
-4
/
+4
|
\
|
*
bumping version numbers
Aaron Patterson
2012-06-11
1
-1
/
+1
|
*
Additional fix for CVE-2012-2661
Ernie Miller
2012-06-11
1
-3
/
+3
*
|
Merge pull request #6676 from aurelian/master
Rafael Mendonça França
2012-06-12
1
-1
/
+1
|
/
*
Fix GH #3163. Should quote database on mysql/mysql2.
kennyj
2012-06-11
1
-1
/
+1
*
Merge pull request #6698 from yahonda/address_ora_911_master
Rafael Mendonça França
2012-06-11
1
-1
/
+1
*
Merge pull request #6521 from Empact/throw-result
Rafael Mendonça França
2012-06-10
1
-0
/
+2
*
Minimal change to query generation of exists? that makes SQLServer and others...
iaddict
2012-06-10
1
-1
/
+1
*
Merge pull request #6695 from kennyj/fix_6635
Rafael Mendonça França
2012-06-10
1
-5
/
+5
*
ActiveRecord#attributes optimization: minimize objects created
Tieg Zaharia
2012-06-09
1
-1
/
+3
*
Revert "Perf: Don't load the association for #delete_all."
Jon Leighton
2012-06-07
4
-33
/
+9
*
Fix #6591. If a field with timezone isn't changed, we don't call will_change!.
kennyj
2012-06-04
1
-1
/
+2
*
bumping to 3.2.5
Aaron Patterson
2012-05-31
1
-1
/
+1
*
Restore behavior of Active Record 3.2.3 scopes
Andrew White
2012-06-01
2
-5
/
+4
*
Merge branch '3-2-rel' into 3-2-stable
Aaron Patterson
2012-05-31
1
-1
/
+1
|
\
|
*
bumping to 3.2.4
Aaron Patterson
2012-05-31
1
-1
/
+1
|
*
Merge branch '3-2-stable-sec' into 3-2-rel
Aaron Patterson
2012-05-31
2
-4
/
+19
|
|
\
|
*
|
Merge pull request #6558 from parndt/fix_regression
Aaron Patterson
2012-05-30
1
-3
/
+4
*
|
|
Merge branch '3-2-stable-sec' into 3-2-stable
Aaron Patterson
2012-05-31
3
-6
/
+21
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
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
*
|
Revert "Removes unneeded caching from ActiveRecord::Base.relation"
Philip Arndt
2012-05-31
1
-3
/
+4
*
|
Merge pull request #6477 from steveklabnik/close_discovered_pg_connection
Rafael Mendonça França
2012-05-30
1
-1
/
+2
*
|
Merge pull request #5810 from kennyj/fix_5797
Aaron Patterson
2012-05-30
3
-5
/
+6
|
/
*
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
[prev]
[next]