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
...
|
*
|
|
Fix WhereChain docs to mention only not
Ernie Miller
2013-03-04
1
-1
/
+1
*
|
|
|
assigning '0.0' to a nullable numeric column does not make it dirty
Yves Senn
2013-03-05
1
-1
/
+5
*
|
|
|
`ActiveRecord::Base.include_root_in_json` is `false` by default.
Yves Senn
2013-03-04
1
-1
/
+1
*
|
|
|
Remove .all usage from unscope doc examples [ci skip]
Carlos Antonio da Silva
2013-03-04
1
-4
/
+4
*
|
|
|
Use 1.9 hash style in changelog and doc examples [ci skip]
Carlos Antonio da Silva
2013-03-04
1
-3
/
+3
*
|
|
|
Merge pull request #9200 from wangjohn/unscoping_activerecord_merging
Jeremy Kemper
2013-03-03
1
-0
/
+94
|
\
\
\
\
|
*
|
|
|
Created an unscope method for removing relations from a chain of
wangjohn
2013-03-03
1
-0
/
+94
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #9532 from neerajdotname/fix-sql-in-example
Carlos Antonio da Silva
2013-03-03
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix the sql that is generated from scoping
Neeraj Singh
2013-03-03
1
-1
/
+2
*
|
|
|
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
3
-4
/
+4
*
|
|
|
Merge pull request #9431 from troyk/patch-2
Andrew White
2013-03-02
1
-4
/
+1
|
\
\
\
\
|
*
|
|
|
Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time
Troy Kruthoff
2013-03-01
1
-4
/
+1
*
|
|
|
|
deal with `#append` and `#prepend` on association collections.
Yves Senn
2013-03-01
1
-0
/
+5
*
|
|
|
|
don't use non-ascii ' chars in documentation
Yves Senn
2013-03-01
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Support creating a table migration generator
Sammy Larbi
2013-03-01
3
-3
/
+10
*
|
|
|
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
3
-13
/
+4
|
/
/
/
*
|
|
Merge pull request #9218 from Fivell/master
Carlos Antonio da Silva
2013-02-27
1
-1
/
+2
|
\
\
\
|
*
|
|
fix db_runtime attribute value after raising ActionView::MissingTemplate exc...
Igor
2013-02-27
1
-1
/
+2
*
|
|
|
Fix default output for postgres network address types
Erik Peterson
2013-02-26
1
-0
/
+11
*
|
|
|
Fix touching an invalid parent record for belongs_to
Olek Janiszewski
2013-02-26
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-02-26
2
-2
/
+2
|
\
\
\
|
*
|
|
Typo fix
Carson McDonald
2013-02-25
1
-1
/
+1
|
*
|
|
BELONGS TO ASSOCIATION | Typo fix
libin
2013-02-25
1
-1
/
+1
*
|
|
|
Merge pull request #9414 from senny/9275_order_with_symbol_and_join
Rafael Mendonça França
2013-02-26
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Expand order(:symbol) to "table".symbol to prevent broken queries on PG.
Yves Senn
2013-02-25
1
-0
/
+5
*
|
|
|
|
No need to send public methods
Akira Matsuda
2013-02-26
3
-3
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
removes redundant require
Xavier Noria
2013-02-25
1
-2
/
+0
*
|
|
|
AR loads activerecord-deprecated_finders, no need to add it to the Gemfile
Xavier Noria
2013-02-25
1
-0
/
+2
*
|
|
|
Do not override attributes on `dup` by default scopes
Hiroshige Umino
2013-02-26
1
-1
/
+0
*
|
|
|
Preparing for 4.0.0.beta1 release
David Heinemeier Hansson
2013-02-25
1
-1
/
+1
*
|
|
|
Merge pull request #9409 from wangjohn/adding_documentation_to_touch
Carlos Antonio da Silva
2013-02-25
1
-0
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added documentation about how touch now throws an error when one tries
wangjohn
2013-02-25
1
-0
/
+7
*
|
|
|
Merge pull request #9246 from Noemj/update_prepared_statements
Aaron Patterson
2013-02-24
1
-3
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Changed update_record to use prepared statements.
Noemj
2013-02-11
1
-3
/
+12
*
|
|
|
Raising an ActiveRecordError when one tries to use .touch(name) on a new
wangjohn
2013-02-25
1
-0
/
+2
*
|
|
|
Make explicit the method will raise an exception
Rafael Mendonça França
2013-02-24
1
-10
/
+10
*
|
|
|
don't apply invalid ordering when preloading hmt associations.
Yves Senn
2013-02-24
1
-2
/
+2
*
|
|
|
Merge pull request #9400 from senny/remove_auto_explain_threshold_in_seconds
Xavier Noria
2013-02-24
5
-87
/
+26
|
\
\
\
\
|
*
|
|
|
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
5
-87
/
+26
*
|
|
|
|
Updated doc to clarify about update_all and delete_all
Neeraj Singh
2013-02-24
1
-2
/
+2
*
|
|
|
|
Do not type cast all the database url values.
Rafael Mendonça França
2013-02-24
6
-32
/
+29
|
/
/
/
/
*
|
|
|
Merge pull request #9356 from senny/988_multiple_actions_for_after_commit
Steve Klabnik
2013-02-24
1
-14
/
+17
|
\
\
\
\
|
*
|
|
|
multiple actions for :on option with `after_commit` and `after_rollback`
Yves Senn
2013-02-21
1
-14
/
+17
*
|
|
|
|
adds a missing LIMIT 1 in #take docs
Xavier Noria
2013-02-23
1
-1
/
+1
|
/
/
/
/
*
|
|
|
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
*
|
|
|
Merge pull request #9345 from wangjohn/change_name_of_query_method_argument_c...
Rafael Mendonça França
2013-02-20
1
-10
/
+10
|
\
\
\
\
[prev]
[next]