Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #11426 from wangjohn/action_controller_live_docs | Santiago Pastorino | 2013-07-13 | 1 | -0/+86 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ActionController::Live documentation in the guides. | wangjohn | 2013-07-13 | 1 | -0/+86 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #11427 from jmondo/patch-1 | Santiago Pastorino | 2013-07-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | it's xml, not json | John Gesimondo | 2013-07-13 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #11422 from arunagw/added_missing_actionview | Guillermo Iguaran | 2013-07-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Added missing actionview in list for release | Arun Agrawal | 2013-07-13 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #11421 from arunagw/actionpack_activerecord_remove | Guillermo Iguaran | 2013-07-13 | 1 | -91/+0 | |
|\ \ \ \ | ||||||
| * | | | | Removed unused file! Moved to actionview | Arun Agrawal | 2013-07-13 | 1 | -91/+0 | |
* | | | | | Merge pull request #11413 from envylabs/master | Yves Senn | 2013-07-13 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove block argument from callback example. | Carlos Souza | 2013-07-13 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #11420 from simi/remove_update_application_controller_task | Yves Senn | 2013-07-13 | 2 | -12/+6 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Remove update:application_controller rake task. | Josef Šimánek | 2013-07-13 | 2 | -12/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #11417 from arunagw/gem_source_index_no_required | Yves Senn | 2013-07-13 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | Removing Gem.source_index [ci skip] | Arun Agrawal | 2013-07-13 | 1 | -1/+0 | |
| |/ / / | ||||||
* | | | | Merge pull request #11414 from ankit8898/typo | Yves Senn | 2013-07-13 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Typo fix [skip ci] | Ankit Gupta | 2013-07-12 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | add test-case to verify `error.path` when a helper was not found. | Yves Senn | 2013-07-12 | 1 | -0/+5 | |
* | | | move `MissingHelperError` out of the `ClassMethods` module. | Yves Senn | 2013-07-12 | 3 | -16/+23 | |
* | | | Merge pull request #11401 from dpdawson/master | Yves Senn | 2013-07-12 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Improve Active View Overview guide. [ci skip] | Daniel Dawson | 2013-07-12 | 1 | -2/+2 | |
* | | | | Documment config.log_formatter added on 51aeae91 | Rafael Mendonça França | 2013-07-11 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #11400 from dpdawson/master | Yves Senn | 2013-07-11 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix a grammatical error/typo in Active Record Associations guide. | Daniel Dawson | 2013-07-11 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Add missing require | Akira Matsuda | 2013-07-11 | 1 | -0/+1 | |
* | | | Only raise DelegationError if it's is the source of the exception | Andrew White | 2013-07-11 | 3 | -10/+44 | |
* | | | Merge pull request #11389 from jetthoughts/11381_fix_hit_database_on_precompile | José Valim | 2013-07-10 | 4 | -19/+26 | |
|\ \ \ | ||||||
| * | | | #11381: Ignore config.eager_load=true for rake | Paul Nikitochkin | 2013-07-10 | 4 | -19/+26 | |
* | | | | Merge pull request #11394 from robin850/patch-8 | Steve Klabnik | 2013-07-10 | 1 | -0/+17 | |
|\ \ \ \ | ||||||
| * | | | | Add documentation for add_flash_types [ci skip] | Robin Dupret | 2013-07-10 | 1 | -0/+17 | |
* | | | | | Add missing require so that DateTime has the right superclass | Andrew White | 2013-07-10 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Add failing test for #9562 | Andrew White | 2013-07-10 | 1 | -0/+5 | |
* | | | | Better not mutate the given options Hash | Akira Matsuda | 2013-07-10 | 1 | -3/+3 | |
* | | | | Merge pull request #11391 from schuetzm/remove-swp-file | Rafael Mendonça França | 2013-07-10 | 1 | -0/+0 | |
|\ \ \ \ | ||||||
| * | | | | Remove accidentally committed vi .swp file. | Marc Schütz | 2013-07-10 | 1 | -0/+0 | |
|/ / / / | ||||||
* | | | | Simplify Array#in_groups_of code | Akira Matsuda | 2013-07-10 | 1 | -3/+1 | |
* | | | | Speed up Array#split | Akira Matsuda | 2013-07-10 | 1 | -6/+20 | |
* | | | | Speed up String#truncate | Akira Matsuda | 2013-07-10 | 1 | -1/+1 | |
* | | | | Merge pull request #10642 from LTe/invalid-load-error | Yves Senn | 2013-07-10 | 5 | -1/+38 | |
|\ \ \ \ | ||||||
| * | | | | Show real LoadError on helpers require | Piotr Niełacny | 2013-07-10 | 5 | -1/+38 | |
* | | | | | Speed up AS::Inflector.underscore | Akira Matsuda | 2013-07-10 | 1 | -2/+1 | |
* | | | | | Speedup AS::Inflector.camelize | Akira Matsuda | 2013-07-10 | 1 | -1/+3 | |
|/ / / / | ||||||
* | | | | Speedup AS::Inflector.deconstantize | Akira Matsuda | 2013-07-10 | 1 | -1/+1 | |
* | | | | Speedup String#to | Akira Matsuda | 2013-07-10 | 1 | -1/+1 | |
* | | | | Avoid creating an extra Range instance | Akira Matsuda | 2013-07-10 | 1 | -1/+1 | |
* | | | | Merge pull request #11385 from MarceloCajueiro/remove_string_interpolation | Rafael Mendonça França | 2013-07-09 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Remove unnecessary string interpolation | Marcelo G. Cajueiro | 2013-07-09 | 1 | -2/+2 | |
* | | | | | fix visibility of the relation construction methods | Aaron Patterson | 2013-07-09 | 1 | -5/+7 | |
* | | | | | pass arel to select_all rather than depend on method_missing | Aaron Patterson | 2013-07-09 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #11383 from mattdbridges/simple-format-doc-fix | Rafael Mendonça França | 2013-07-09 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix simple_format output example ending tag | Matt Bridges | 2013-07-09 | 1 | -1/+1 | |
| | |/ / | |/| | |