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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Indent comment block by two spaces.
Marc Schütz
2013-02-21
1
-4
/
+4
*
Add more documentation for create_join_table.
Marc Schütz
2013-02-20
1
-0
/
+8
*
also rename indexes when a table or column is renamed
Yves Senn
2013-02-20
4
-5
/
+34
*
reserve less chars for internal sqlite3 operations
Yves Senn
2013-02-20
1
-7
/
+7
*
reserve index name chars for internal rails operations
Yves Senn
2013-02-20
3
-4
/
+22
*
Merge pull request #9342 from hone/db_migrate_with_database_url
Rafael Mendonça França
2013-02-20
1
-1
/
+1
|
\
|
*
make type_cast_value a class level method
Terence Lee
2013-02-21
1
-1
/
+1
*
|
Reduced memory leak problem in transactions by lazily updating AR objects wit...
wangjohn
2013-02-20
1
-3
/
+10
|
/
*
standardize database_configuration to a hash
Terence Lee
2013-02-21
1
-2
/
+2
*
descriptive error message when AR adapter was not found. Closes #7313.
Yves Senn
2013-02-20
1
-2
/
+5
*
Gist URLs are now namespaced
Akira Matsuda
2013-02-18
1
-4
/
+4
*
copy-edits RDoc in fba496f
Xavier Noria
2013-02-16
1
-4
/
+4
*
Remove valid_type? method
Jon Leighton
2013-02-15
4
-17
/
+0
*
Revert "Make valid_type? public"
Jon Leighton
2013-02-15
4
-12
/
+17
*
Revert "Revert "Merge pull request #9206 from ranjaykrishna/use_define_method""
Jon Leighton
2013-02-15
1
-18
/
+13
*
Revert "Merge pull request #9206 from ranjaykrishna/use_define_method"
Jon Leighton
2013-02-15
1
-13
/
+18
*
Make valid_type? public
Sam Ruby
2013-02-14
4
-17
/
+12
*
9253: Before writing a numeric attribute value, ActiveRecord does an implicit
Ryan Warnick
2013-02-13
1
-4
/
+5
*
Merge pull request #9204 from ranjaykrishna/col-prob
Aaron Patterson
2013-02-12
4
-0
/
+15
|
\
|
*
checking in the abstractions for valid type checking:
Ranjay Krishna
2013-02-12
4
-0
/
+15
*
|
Merge pull request #9206 from ranjaykrishna/use_define_method
Carlos Antonio da Silva
2013-02-12
1
-18
/
+13
|
\
\
|
*
|
reverted back our changes and added in the new define_method
Ranjay Krishna
2013-02-12
1
-18
/
+13
|
|
/
*
|
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
2
-4
/
+8
*
|
Call super to use the abstract adapter implementation instead
Carlos Antonio da Silva
2013-02-06
1
-1
/
+1
*
|
Add changelog entry for #9203 about schema dumper with db extensions
Carlos Antonio da Silva
2013-02-06
1
-2
/
+2
*
|
add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap...
Justin George
2013-02-06
2
-0
/
+15
*
|
Fix typo :bomb:
Rafael Mendonça França
2013-01-31
1
-1
/
+1
*
|
Fix typo
Rafael Mendonça França
2013-01-31
1
-2
/
+2
*
|
Strict regexp
Rafael Mendonça França
2013-01-31
1
-2
/
+2
*
|
Extract the value casting to a method
Rafael Mendonça França
2013-01-31
1
-15
/
+23
*
|
DATABASE_URL parsing should turn numeric strings into numeric types, and
Aaron Stone
2013-01-31
1
-0
/
+19
*
|
reloading type map on extension changing
Aaron Patterson
2013-01-29
2
-2
/
+15
*
|
fixing comment
Aaron Patterson
2013-01-29
1
-1
/
+1
*
|
Fix typo
Rafael Mendonça França
2013-01-29
1
-1
/
+1
*
|
Only search for enabled extension if the PostgreSQL version supports
Rafael Mendonça França
2013-01-29
1
-3
/
+5
*
|
add API to pg for enabling / disabling hstore
Aaron Patterson
2013-01-28
2
-0
/
+25
*
|
updates a dynamic method heredoc doc
Xavier Noria
2013-01-28
1
-2
/
+2
*
|
explains why the query cache checks arel.locked
Xavier Noria
2013-01-28
1
-0
/
+2
*
|
Fix typo: adaptors => adapters [ci skip]
Carlos Antonio da Silva
2013-01-27
1
-1
/
+1
*
|
Fix cases where delete_records on a has_many association caused errors
Derek Kraan
2013-01-27
3
-0
/
+20
*
|
Default dead_connection_timeout to 5
Akira Matsuda
2013-01-24
1
-1
/
+1
*
|
Fix PostgreSQL tests on Travis
Andrew White
2013-01-24
1
-0
/
+5
*
|
Add postgresql range types support
bUg
2013-01-23
7
-71
/
+117
*
|
Refactored transaction state into its own object. Each transaction creates a ...
wangjohn
2013-01-21
1
-5
/
+24
|
/
*
Created state for a transaction and added tests.
wangjohn
2013-01-20
1
-0
/
+12
*
fix anonymous class issue
David
2013-01-20
1
-0
/
+1
*
Don't rely on Hash key's ordering
Vitor Baptista
2013-01-16
2
-3
/
+5
*
Use whitelist to pass valid connection parameters to PGConn.
Rafael Mendonça França
2013-01-06
1
-7
/
+10
*
Remove the configuration key in the correct place
Rafael Mendonça França
2013-01-06
1
-3
/
+1
*
Fix error when assigning NaN to an integer column
Tristan Harward
2013-01-06
1
-5
/
+1
[next]