aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Missing requireAkira Matsuda2013-01-071-0/+2
* These are already required through AS/railsAkira Matsuda2013-01-078-12/+0
* Merge pull request #8263 from senny/refactor_plugin_new_generatorYehuda Katz2013-01-065-11/+13
|\
| * refactor the naming within plugin new generatorYves Senn2012-11-185-11/+13
* | Merge pull request #8770 from goshakkk/guides-img-fixXavier Noria2013-01-061-0/+4
|\ \
| * | fix img width in guidesGosha Arinich2013-01-051-0/+4
* | | Merge pull request #8780 from diogomafra/require_core_extCarlos Antonio da Silva2013-01-061-0/+1
|\ \ \
| * | | Require 'active_support/core_ext/module/aliasing' in the infinite_comparable ...Diogo Mafra2013-01-061-0/+1
* | | | Needless requiresAkira Matsuda2013-01-062-6/+0
* | | | Missing requiresAkira Matsuda2013-01-062-0/+2
* | | | These are already required through AS/railsAkira Matsuda2013-01-065-6/+0
* | | | Rescue from LoadError when trying to load the debugger gem for consoleCarlos Antonio da Silva2013-01-061-1/+1
|/ / /
* | | Rename route_wrapper partial layout to tableCarlos Antonio da Silva2013-01-062-1/+1
* | | Move table routes formatter class to the inspector and rename itCarlos Antonio da Silva2013-01-064-20/+20
* | | Merge pull request #8777 from goshakkk/delegate-classAndrew White2013-01-065-5/+5
|\ \ \
| * | | delegate to :class rather than 'self.class'Gosha Arinich2013-01-065-5/+5
* | | | Refactor the logic that checks whether or not to emit the hidden id fieldCarlos Antonio da Silva2013-01-061-7/+6
* | | | Move the hidden :id field logic to where it belongs toCarlos Antonio da Silva2013-01-061-6/+9
* | | | Eliminate the usage of parent_builder option from form_forCarlos Antonio da Silva2013-01-061-19/+15
* | | | Do not call fields_for from form_for, to avoid instantiating two buildersCarlos Antonio da Silva2013-01-062-6/+18
* | | | Refactor to not call path.ast twiceCarlos Antonio da Silva2013-01-061-2/+3
* | | | Merge pull request #8779 from goshakkk/refactor-route-astCarlos Antonio da Silva2013-01-061-5/+4
|\ \ \ \
| * | | | refactor Route#ast to use or-equals and block, instead of return with a condGosha Arinich2013-01-061-5/+4
* | | | | Improve javascript in welcome page [ci skip]Carlos Antonio da Silva2013-01-061-4/+5
* | | | | This is not that common of a change to warrant top-line billing and you shoul...David Heinemeier Hansson2013-01-061-6/+1
* | | | | Include the standard reminder that you need to restart for changes in config/...David Heinemeier Hansson2013-01-062-0/+4
|/ / / /
* | | | Update generated app's README [ci skip]Akira Matsuda2013-01-061-7/+5
* | | | Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-0615-123/+94
* | | | The controller generator invokes assets generator in additionAkira Matsuda2013-01-061-1/+1
* | | | Fix generated migration file name in model generator USAGEAkira Matsuda2013-01-061-7/+7
* | | | Update mailer generator USAGEAkira Matsuda2013-01-061-3/+2
|/ / /
* | | Merge pull request #8774 from goshakkk/multiline-block-do-endCarlos Antonio da Silva2013-01-053-6/+6
|\ \ \
| * | | prefer do-end for multiline blockGosha Arinich2013-01-063-6/+6
|/ / /
* | | Merge pull request #8772 from goshakkk/guides-warning-fixRafael Mendonça França2013-01-051-1/+1
|\ \ \
| * | | fix guides' warning bottom paddingGosha Arinich2013-01-061-1/+1
|/ / /
* | | Remove the content_tag_for change from CHANGELOG since it was revertedRafael Mendonça França2013-01-051-5/+3
* | | Merge pull request #8771 from lucasmazza/unobtrusive-javascript-examplesSteve Klabnik2013-01-051-31/+33
|\ \ \
| * | | Update some code examples on the "Working with JavaScript in Rails" guide.Lucas Mazza2013-01-051-31/+33
* | | | Fix documentation to content_tag_for [ci skip]Rafael Mendonça França2013-01-051-2/+2
|/ / /
* | | Move config.filter_parameters to you own initializer fileRafael Mendonça França2013-01-053-5/+4
* | | Merge pull request #8766 from jcoglan/session_token_docsAndrew White2013-01-051-7/+4
|\ \ \
| * | | Remove suggestion that Procs can be used as session secrets.James Coglan2013-01-051-7/+4
* | | | Needless fancy structure that did not anythingDavid Heinemeier Hansson2013-01-051-1/+3
* | | | Assert config.filter_parameters should be able to be set in a initializerRafael Mendonça França2013-01-051-0/+10
* | | | Fix indention issue in generated templateDavid Heinemeier Hansson2013-01-051-2/+2
* | | | Fix indention issue in generated templateDavid Heinemeier Hansson2013-01-051-2/+2
| |/ / |/| |
* | | Merge pull request #8769 from senny/deprecate_assert_blankDavid Heinemeier Hansson2013-01-0516-43/+60
|\ \ \
| * | | deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-0516-43/+60
* | | | No need to give an example where there is generated code right there to serve...David Heinemeier Hansson2013-01-051-5/+1
* | | | Make sure assets is disable when --skip-sprockets is usedRafael Mendonça França2013-01-051-1/+2