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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Merge pull request #9431 from troyk/patch-2
Andrew White
2013-03-02
3
-4
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time
Troy Kruthoff
2013-03-01
3
-4
/
+8
|
|
/
/
/
/
/
*
|
|
|
|
|
:scissors: extra blank line
Akira Matsuda
2013-03-02
1
-1
/
+0
*
|
|
|
|
|
Merge pull request #9510 from senny/7364_warn_when_appending_prepending_to_an...
Rafael Mendonça França
2013-03-01
3
-9
/
+32
|
\
\
\
\
\
\
|
*
|
|
|
|
|
deal with `#append` and `#prepend` on association collections.
Yves Senn
2013-03-01
3
-5
/
+28
|
*
|
|
|
|
|
don't use non-ascii ' chars in documentation
Yves Senn
2013-03-01
1
-4
/
+4
|
|
/
/
/
/
/
*
/
/
/
/
/
Restore note about nested SCRIPT_NAME handling.
Jeremy Kemper
2013-03-01
1
-0
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #8652 from codeodor/create_table_migration
Carlos Antonio da Silva
2013-03-01
6
-7
/
+57
|
\
\
\
\
\
|
*
|
|
|
|
Support creating a table migration generator
Sammy Larbi
2013-03-01
6
-7
/
+57
|
/
/
/
/
/
*
|
|
|
|
Wordsmithing @trevorturk's upgrade notes
Jeremy Kemper
2013-02-28
1
-7
/
+4
*
|
|
|
|
Merge pull request #9495 from trevorturk/upgrade-guide
Jeremy Kemper
2013-02-28
1
-1
/
+69
|
\
\
\
\
\
|
*
|
|
|
|
Document introduction of ActionDispatch::ParamsParser::ParseError
Trevor Turk
2013-02-28
1
-0
/
+2
|
*
|
|
|
|
Document that scopes require a callable object
Trevor Turk
2013-02-28
1
-1
/
+9
|
*
|
|
|
|
Document common deprecations
Trevor Turk
2013-02-28
1
-0
/
+11
|
*
|
|
|
|
Document the deprecation of ActionView::RecordIdentifier
Trevor Turk
2013-02-28
1
-0
/
+2
|
*
|
|
|
|
Document ActiveRecord::Fixtures becoming ActiveRecord::FixtureSet
Trevor Turk
2013-02-28
1
-0
/
+2
|
*
|
|
|
|
Document change in routes using match
Trevor Turk
2013-02-28
1
-0
/
+13
|
*
|
|
|
|
Document removal of assets:precompile:primary
Trevor Turk
2013-02-28
1
-0
/
+4
|
*
|
|
|
|
Document sass-rails asset_url deprecation
Trevor Turk
2013-02-28
1
-0
/
+4
|
*
|
|
|
|
Document caveat from 5b3bb61 which fixed handling SCRIPT_NAME from within mou...
Trevor Turk
2013-02-28
1
-0
/
+3
|
*
|
|
|
|
Document rails-observers extraction
Trevor Turk
2013-02-28
1
-0
/
+4
|
*
|
|
|
|
Document the switch from memcache-client to dalli
Trevor Turk
2013-02-28
1
-0
/
+2
|
*
|
|
|
|
Improve docs for UpgradeSignatureToEncryptionCookieStore
Trevor Turk
2013-02-28
1
-1
/
+10
|
*
|
|
|
|
Document extraction of actionpack-xml_parser
Trevor Turk
2013-02-28
1
-0
/
+2
|
*
|
|
|
|
Document introduction of the ActionController::UnknownFormat exception
Trevor Turk
2013-02-28
1
-0
/
+2
*
|
|
|
|
|
Improve the CHANGELOG entry
Rafael Mendonça França
2013-02-28
1
-2
/
+3
*
|
|
|
|
|
Merge pull request #9493 from kennyj/fix_wrong_exception
Rafael Mendonça França
2013-02-28
3
-0
/
+13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Wrong exception is occured when raising no translatable exception
kennyj
2013-03-01
3
-0
/
+13
*
|
|
|
|
|
|
Improve the CHANGELOG entry
Rafael Mendonça França
2013-02-28
1
-2
/
+6
*
|
|
|
|
|
|
Merge pull request #9366 from killthekitten/fix-content_for-regression
Rafael Mendonça França
2013-02-28
3
-1
/
+7
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix #9360 regression in content_for
Nikolay Shebanov
2013-02-25
3
-1
/
+7
*
|
|
|
|
|
|
Ensure plugins generated with plugin new can boot the dummy application
José Valim
2013-02-28
6
-53
/
+51
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #9484 from senny/9480_change_table_and_hstore
Carlos Antonio da Silva
2013-02-28
6
-9
/
+67
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Support PostgreSQL specific column types when using `change_table`.
Yves Senn
2013-02-28
5
-6
/
+64
|
*
|
|
|
|
|
update docs, change_table does not use TableDefinition.
Yves Senn
2013-02-28
1
-3
/
+3
*
|
|
|
|
|
|
Minor changelog improvement [ci skip]
Carlos Antonio da Silva
2013-02-28
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Remove redundant method
Andrew White
2013-02-28
1
-8
/
+0
*
|
|
|
|
|
Merge pull request #9469 from senny/9466_format_enforcing_routes
Andrew White
2013-02-27
3
-1
/
+35
|
\
\
\
\
\
\
|
*
|
|
|
|
|
`format: true` does not override existing format constraints.
Yves Senn
2013-02-27
3
-1
/
+35
*
|
|
|
|
|
|
Enforce i18n version >= v0.6.4
Carlos Antonio da Silva
2013-02-27
1
-1
/
+1
|
/
/
/
/
/
/
*
|
/
/
/
/
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
Steve Klabnik
2013-02-27
8
-50
/
+18
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Improve docs for AbsC::Rendering
José Valim
2013-02-27
1
-3
/
+11
*
|
|
|
|
There's no need to access Railties through self.class
Santiago Pastorino
2013-02-27
1
-1
/
+2
*
|
|
|
|
Merge pull request #9218 from Fivell/master
Carlos Antonio da Silva
2013-02-27
3
-1
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
fix db_runtime attribute value after raising ActionView::MissingTemplate exc...
Igor
2013-02-27
3
-1
/
+24
*
|
|
|
|
|
Merge pull request #9457 from senny/remove_duplicated_number_helper_tests
Carlos Antonio da Silva
2013-02-27
1
-298
/
+50
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cleanup AP number_helpers_test
Yves Senn
2013-02-27
1
-47
/
+47
|
*
|
|
|
|
|
remove duplicated number_helper tests in AP. They are already in AS.
Yves Senn
2013-02-27
1
-270
/
+22
*
|
|
|
|
|
|
Merge pull request #9359 from justinwb/master
Carlos Antonio da Silva
2013-02-27
1
-1
/
+0
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Removed template_root as a configuration option
Justin Bingham
2013-02-21
1
-1
/
+0
[prev]
[next]