Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #8780 from diogomafra/require_core_ext | Carlos Antonio da Silva | 2013-01-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Require 'active_support/core_ext/module/aliasing' in the infinite_comparable ... | Diogo Mafra | 2013-01-06 | 1 | -0/+1 | |
* | | | | | | | | | Needless requires | Akira Matsuda | 2013-01-06 | 2 | -6/+0 | |
* | | | | | | | | | Missing requires | Akira Matsuda | 2013-01-06 | 2 | -0/+2 | |
* | | | | | | | | | These are already required through AS/rails | Akira Matsuda | 2013-01-06 | 5 | -6/+0 | |
* | | | | | | | | | Rescue from LoadError when trying to load the debugger gem for console | Carlos Antonio da Silva | 2013-01-06 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Rename route_wrapper partial layout to table | Carlos Antonio da Silva | 2013-01-06 | 2 | -1/+1 | |
* | | | | | | | | Move table routes formatter class to the inspector and rename it | Carlos Antonio da Silva | 2013-01-06 | 4 | -20/+20 | |
* | | | | | | | | Merge pull request #8777 from goshakkk/delegate-class | Andrew White | 2013-01-06 | 5 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | delegate to :class rather than 'self.class' | Gosha Arinich | 2013-01-06 | 5 | -5/+5 | |
* | | | | | | | | | Refactor the logic that checks whether or not to emit the hidden id field | Carlos Antonio da Silva | 2013-01-06 | 1 | -7/+6 | |
* | | | | | | | | | Move the hidden :id field logic to where it belongs to | Carlos Antonio da Silva | 2013-01-06 | 1 | -6/+9 | |
* | | | | | | | | | Eliminate the usage of parent_builder option from form_for | Carlos Antonio da Silva | 2013-01-06 | 1 | -19/+15 | |
* | | | | | | | | | Do not call fields_for from form_for, to avoid instantiating two builders | Carlos Antonio da Silva | 2013-01-06 | 2 | -6/+18 | |
* | | | | | | | | | Refactor to not call path.ast twice | Carlos Antonio da Silva | 2013-01-06 | 1 | -2/+3 | |
* | | | | | | | | | Merge pull request #8779 from goshakkk/refactor-route-ast | Carlos Antonio da Silva | 2013-01-06 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | refactor Route#ast to use or-equals and block, instead of return with a cond | Gosha Arinich | 2013-01-06 | 1 | -5/+4 | |
* | | | | | | | | | | Improve javascript in welcome page [ci skip] | Carlos Antonio da Silva | 2013-01-06 | 1 | -4/+5 | |
* | | | | | | | | | | This is not that common of a change to warrant top-line billing and you shoul... | David Heinemeier Hansson | 2013-01-06 | 1 | -6/+1 | |
* | | | | | | | | | | Include the standard reminder that you need to restart for changes in config/... | David Heinemeier Hansson | 2013-01-06 | 2 | -0/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Update generated app's README [ci skip] | Akira Matsuda | 2013-01-06 | 1 | -7/+5 | |
* | | | | | | | | | Remove unnecessary begin..rescue..end, use only rescue | Akira Matsuda | 2013-01-06 | 15 | -123/+94 | |
* | | | | | | | | | The controller generator invokes assets generator in addition | Akira Matsuda | 2013-01-06 | 1 | -1/+1 | |
* | | | | | | | | | Fix generated migration file name in model generator USAGE | Akira Matsuda | 2013-01-06 | 1 | -7/+7 | |
* | | | | | | | | | Update mailer generator USAGE | Akira Matsuda | 2013-01-06 | 1 | -3/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #8774 from goshakkk/multiline-block-do-end | Carlos Antonio da Silva | 2013-01-05 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | prefer do-end for multiline block | Gosha Arinich | 2013-01-06 | 3 | -6/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8772 from goshakkk/guides-warning-fix | Rafael Mendonça França | 2013-01-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix guides' warning bottom padding | Gosha Arinich | 2013-01-06 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Remove the content_tag_for change from CHANGELOG since it was reverted | Rafael Mendonça França | 2013-01-05 | 1 | -5/+3 | |
* | | | | | | | Merge pull request #8771 from lucasmazza/unobtrusive-javascript-examples | Steve Klabnik | 2013-01-05 | 1 | -31/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update some code examples on the "Working with JavaScript in Rails" guide. | Lucas Mazza | 2013-01-05 | 1 | -31/+33 | |
* | | | | | | | | Fix documentation to content_tag_for [ci skip] | Rafael Mendonça França | 2013-01-05 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Move config.filter_parameters to you own initializer file | Rafael Mendonça França | 2013-01-05 | 3 | -5/+4 | |
* | | | | | | | Merge pull request #8766 from jcoglan/session_token_docs | Andrew White | 2013-01-05 | 1 | -7/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove suggestion that Procs can be used as session secrets. | James Coglan | 2013-01-05 | 1 | -7/+4 | |
* | | | | | | | | Needless fancy structure that did not anything | David Heinemeier Hansson | 2013-01-05 | 1 | -1/+3 | |
* | | | | | | | | Assert config.filter_parameters should be able to be set in a initializer | Rafael Mendonça França | 2013-01-05 | 1 | -0/+10 | |
* | | | | | | | | Fix indention issue in generated template | David Heinemeier Hansson | 2013-01-05 | 1 | -2/+2 | |
* | | | | | | | | Fix indention issue in generated template | David Heinemeier Hansson | 2013-01-05 | 1 | -2/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #8769 from senny/deprecate_assert_blank | David Heinemeier Hansson | 2013-01-05 | 16 | -43/+60 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 16 | -43/+60 | |
* | | | | | | | | No need to give an example where there is generated code right there to serve... | David Heinemeier Hansson | 2013-01-05 | 1 | -5/+1 | |
* | | | | | | | | Make sure assets is disable when --skip-sprockets is used | Rafael Mendonça França | 2013-01-05 | 1 | -1/+2 | |
* | | | | | | | | config.assets.enabled is now true by default | David Heinemeier Hansson | 2013-01-05 | 5 | -9/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8768 from goshakkk/about-env-toggling | Guillermo Iguaran | 2013-01-05 | 1 | -7/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | allow toggling about env, not just showing | Gosha Arinich | 2013-01-05 | 1 | -7/+11 | |
|/ / / / / / / | ||||||
* / / / / / / | Remove warning, remove not used variable, and make methods private | Carlos Antonio da Silva | 2013-01-05 | 1 | -3/+5 | |
|/ / / / / / | ||||||
* | | | | | | Close container div tag in routing error page | Carlos Antonio da Silva | 2013-01-05 | 1 | -9/+11 | |
* | | | | | | Move style to head to make routes page valid html5 | Carlos Antonio da Silva | 2013-01-05 | 3 | -4/+8 |