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
*
Make sure options is a hash
Rafael Mendonça França
2013-03-08
1
-1
/
+3
*
Merge pull request #8868 from tehgeekmeister/master
Rafael Mendonça França
2013-03-08
1
-0
/
+6
|
\
|
*
If an index can't be found by column, use the index name.
Ezekiel Smithburg
2013-03-07
1
-0
/
+6
*
|
Unprepared Visitor + unprepared_statement
Cédric FABIANSKI
2013-03-08
4
-3
/
+14
|
/
*
SQLite3 3.6.8+ supports savepoints
Neeraj Singh
2013-03-07
1
-1
/
+2
*
`Connection#structure_dump` is no longer used. #9518
Yves Senn
2013-03-06
2
-19
/
+0
*
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
1
-2
/
+2
*
Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time
Troy Kruthoff
2013-03-01
1
-4
/
+1
*
Wrong exception is occured when raising no translatable exception
kennyj
2013-03-01
1
-0
/
+2
*
Support PostgreSQL specific column types when using `change_table`.
Yves Senn
2013-02-28
2
-6
/
+22
*
update docs, change_table does not use TableDefinition.
Yves Senn
2013-02-28
1
-3
/
+3
*
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
Steve Klabnik
2013-02-27
2
-8
/
+4
*
Fix default output for postgres network address types
Erik Peterson
2013-02-26
1
-0
/
+11
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-02-26
1
-1
/
+1
|
\
|
*
Typo fix
Carson McDonald
2013-02-25
1
-1
/
+1
*
|
Do not type cast all the database url values.
Rafael Mendonça França
2013-02-24
6
-32
/
+29
*
|
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
[next]