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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Added a feature to add a database task. e.g. OracleDatabaseTasks
kennyj
2012-06-24
2
-7
/
+27
*
|
|
|
fixup changelog
Jon Leighton
2012-07-07
1
-1
/
+1
*
|
|
|
Relation#inspect handles doesn't perform a new query on an already-loaded rel...
Jon Leighton
2012-07-07
2
-2
/
+16
*
|
|
|
Simplify Relation#inspect
Jon Leighton
2012-07-07
1
-12
/
+3
*
|
|
|
Merge pull request #6993 from morgoth/engine-table-name-prefix-generator-fix
José Valim
2012-07-07
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fixed generating namespaced table_name_prefix in engines
Wojciech Wnętrzak
2012-07-06
1
-1
/
+1
*
|
|
|
|
Merge pull request #6997 from kennyj/fix_stored_attributes
José Valim
2012-07-07
4
-2
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Added *instance_writer: false* for stored/serialized attributes.
kennyj
2012-07-07
4
-2
/
+16
|
|
/
/
/
/
*
/
/
/
/
Limit the number of records in Relation#inspect
Damien Mathieu
2012-07-06
3
-3
/
+22
|
/
/
/
/
*
|
|
|
Merge pull request #6985 from sidonath/disable-query-cache-for-locks
Rafael Mendonça França
2012-07-06
2
-1
/
+17
|
\
\
\
\
|
*
|
|
|
Disable query cache for lock queries
Damir Zekic
2012-07-06
2
-1
/
+17
*
|
|
|
|
Update release notes with AR::Relation#inspect change [ci skip]
Carlos Antonio da Silva
2012-07-06
1
-3
/
+3
*
|
|
|
|
Show the records in Relation#inspect
Jon Leighton
2012-07-06
3
-6
/
+17
|
/
/
/
/
*
|
|
|
Merge pull request #6927 from parndt/patch-3
Carlos Antonio da Silva
2012-07-05
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Made ArgumentError messages consistent.
Philip Arndt
2012-07-06
2
-3
/
+3
*
|
|
|
|
Add documentation for inheritance_column method
Vitor Balocco
2012-07-05
1
-1
/
+3
*
|
|
|
|
fix quoting for ActiveSupport::Duration instances
Francesco Rodriguez
2012-07-04
3
-1
/
+15
*
|
|
|
|
remove duplicate requires of mocha.
Aaron Patterson
2012-07-03
1
-1
/
+0
*
|
|
|
|
Don't need to use delete in the options hash
Rafael Mendonça França
2012-07-03
2
-3
/
+2
*
|
|
|
|
Add changelog entry for references statements
Aleksey Magusev
2012-07-03
1
-0
/
+13
*
|
|
|
|
Refactor references schema definitions
Aleksey Magusev
2012-07-03
2
-34
/
+24
*
|
|
|
|
Make references statements reversible
Aleksey Magusev
2012-07-03
2
-4
/
+40
*
|
|
|
|
Add references schema statements
Aleksey Magusev
2012-07-03
3
-1
/
+149
*
|
|
|
|
Don't mark the store as changed if an attribute isn't changed.
kennyj
2012-07-03
2
-2
/
+10
*
|
|
|
|
Update 4.0 Release Notes with changelogs [ci skip]
Carlos Antonio da Silva
2012-07-02
1
-3
/
+3
|
/
/
/
/
*
|
|
|
Use strings for the table names
Rafael Mendonça França
2012-07-01
1
-1
/
+1
*
|
|
|
Unify the collation API for the database adpters
Rafael Mendonça França
2012-07-01
6
-15
/
+15
*
|
|
|
Merge pull request #6914 from lexmag/migration_tests
Rafael Mendonça França
2012-07-01
2
-37
/
+11
|
\
\
\
\
|
*
|
|
|
Refactor migration test_helper
Aleksey Magusev
2012-07-01
2
-37
/
+11
*
|
|
|
|
Update AR and AP changelogs [ci skip]
Carlos Antonio da Silva
2012-06-30
1
-1
/
+13
*
|
|
|
|
Merge pull request #6913 from lexmag/column_exists_options
Carlos Antonio da Silva
2012-06-30
2
-10
/
+18
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add more options to column_exists? method
Aleksey Magusev
2012-06-30
2
-10
/
+18
|
|
/
/
/
*
|
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-30
2
-5
/
+15
|
\
\
\
\
|
*
|
|
|
update AR::FinderMethods#exists?(false) example [ci skip]
Francesco Rodriguez
2012-06-28
1
-5
/
+7
|
*
|
|
|
Mention effect of accepts_nested_attributes_for on association autosave optio...
Chris Gunther
2012-06-27
1
-0
/
+8
*
|
|
|
|
Fix collation database task to use begin..rescue..end
Carlos Antonio da Silva
2012-06-30
1
-4
/
+6
*
|
|
|
|
Extract collation tasks to database tasks.
kennyj
2012-07-01
8
-8
/
+88
*
|
|
|
|
Remove ActiveRelation#inspect
Brian Cardarella
2012-06-29
3
-5
/
+5
*
|
|
|
|
Remove unused responsibilities and add a few load definitions to engines
José Valim
2012-06-29
1
-1
/
+1
*
|
|
|
|
Added an entry about fda24312d3 in the CHANGELOG.
kennyj
2012-06-29
1
-0
/
+15
*
|
|
|
|
Require URI
Chris Bandy
2012-06-28
1
-0
/
+2
*
|
|
|
|
Support collate and ctype on the PostgreSQL.
kennyj
2012-06-29
4
-1
/
+40
*
|
|
|
|
fixing typo in from documentation
Subba Rao Pasupuleti
2012-06-28
1
-2
/
+2
*
|
|
|
|
Remove some aggregation tests related to composed_of
Carlos Antonio da Silva
2012-06-28
2
-21
/
+0
*
|
|
|
|
Move newly added multiparameter tests to base_test file
Carlos Antonio da Silva
2012-06-28
2
-35
/
+36
*
|
|
|
|
Skip test_setting_time_attribute because Oracle database
Yasuo Honda
2012-06-28
1
-0
/
+2
*
|
|
|
|
fix: limit of enum columns of mysql
Yamada Masaki
2012-06-28
5
-0
/
+41
*
|
|
|
|
Fixes #6825, adds tests covering cases and error possibilities, also changes ...
Mauricio Linhares
2012-06-27
3
-16
/
+58
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #6880 from kennyj/fix_20120628
Carlos Antonio da Silva
2012-06-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix wrong environment. env should be RAILS_ENV or test.
kennyj
2012-06-28
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
[prev]
[next]