aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Fix generated migration file name in model generator USAGEAkira Matsuda2013-01-061-7/+7
| | | | | | | | | | |
* | | | | | | | | | | Update mailer generator USAGEAkira Matsuda2013-01-061-3/+2
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it does not generate fixtures * it generates .text.erb templates
* | | | | | | | | | Merge pull request #8774 from goshakkk/multiline-block-do-endCarlos Antonio da Silva2013-01-053-6/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Prefer do-end for multiline block [ci skip]
| * | | | | | | | | 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 padding
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | New code examples on "Working with JavaScript in Rails" guide.
| * | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very rarely changed and does not deserve to be in application.rb
* | | | | | | | | Merge pull request #8766 from jcoglan/session_token_docsAndrew White2013-01-051-7/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove suggestion that Procs can be used as session secrets. [ci skip]
| * | | | | | | | | 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`.
| * | | | | | | | | deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-0516-43/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't add any benefits over `assert object.blank?` and `assert object.present?`
* | | | | | | | | | No need to give an example where there is generated code right there to ↵David Heinemeier Hansson2013-01-051-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | serve as the example
* | | | | | | | | | Make sure assets is disable when --skip-sprockets is usedRafael Mendonça França2013-01-051-1/+2
| | | | | | | | | |
* | | | | | | | | | config.assets.enabled is now true by defaultDavid Heinemeier Hansson2013-01-055-9/+14
|/ / / / / / / / /
* | | | | | | | | Merge pull request #8768 from goshakkk/about-env-togglingGuillermo Iguaran2013-01-051-7/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow toggling "about app's env", not just showing
| * | | | | | | | | allow toggling about env, not just showingGosha Arinich2013-01-051-7/+11
|/ / / / / / / / /
* / / / / / / / / Remove warning, remove not used variable, and make methods privateCarlos Antonio da Silva2013-01-051-3/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Warning: "shadowing outer local variable - routes".
* | | | | | | | Close container div tag in routing error pageCarlos Antonio da Silva2013-01-051-9/+11
| | | | | | | |
* | | | | | | | Move style to head to make routes page valid html5Carlos Antonio da Silva2013-01-053-4/+8
| | | | | | | |
* | | | | | | | Redirect using action hash instead of hardcoding full routeCarlos Antonio da Silva2013-01-051-1/+1
| | | | | | | |
* | | | | | | | Change Rails Info controller to use the new table routes formatterCarlos Antonio da Silva2013-01-052-5/+2
| | | | | | | |
* | | | | | | | Action Pack changelog improvements [ci skip]Carlos Antonio da Silva2013-01-051-32/+35
| | | | | | | |
* | | | | | | | Merge pull request #8658 from senny/8649_unify_routes_output_for_console_and_webCarlos Antonio da Silva2013-01-057-37/+111
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify routes output for console and web, ensure engine routes are shown in html routes table. Closes #8649.
| * | | | | | | | display mountable engine routes on RoutingError.Yves Senn2013-01-054-11/+46
| | | | | | | | |
| * | | | | | | | split formatting concerns from RoutesInspectorYves Senn2013-01-053-26/+65
|/ / / / / / / /
* | | | | | | | Merge pull request #8737 from tricknotes/info-page-styleCarlos Antonio da Silva2013-01-052-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix info page style [ci skip]
| * | | | | | | | Don't use layout when requested from xhrRyunosuke SATO2013-01-052-3/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #8765 from mmb/join_table_usageCarlos Antonio da Silva2013-01-051-0/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add join table migration generator to usage help. [ci skip]
| * | | | | | | | | Add join table migration generator to usage help.Matthew M. Boedicker2013-01-041-0/+13
| |/ / / / / / / /
* | | | | | | | | Remove warning "ambiguous first argument"Carlos Antonio da Silva2013-01-051-1/+1
| | | | | | | | |
* | | | | | | | | Use better variable names for ltree tests, remove instance variableCarlos Antonio da Silva2013-01-052-14/+12
| | | | | | | | |
* | | | | | | | | Rename the last occurrence of UnexpectedParametersRafael Mendonça França2013-01-051-2/+2
| | | | | | | | |
* | | | | | | | | Wrong copy and paste :bomb:Rafael Mendonça França2013-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | Add documentation to raise_on_unpermitted_parameters optionRafael Mendonça França2013-01-051-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | Rename the configuration to raise_on_unpermitted_parametersRafael Mendonça França2013-01-054-24/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also changed the exception to UnpermittedParameters
* | | | | | | | | Ensure that raise_on_unexpected_params configuration will workRafael Mendonça França2013-01-052-9/+55
| | | | | | | | |
* | | | | | | | | Merge pull request #8752 from thomasfedb/masterRafael Mendonça França2013-01-053-6/+64
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Exception on unexpected params when enabled.
| * | | | | | | | | Allow developers to enable raising of exception when unexpected params are ↵Thomas Drake-Brockman2013-01-053-6/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provided.
* | | | | | | | | | Revert "[#8743] Test case"Rafael Mendonça França2013-01-051-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 162e2859813b31c50700b453aa61992dfa57139e. This commit was added by mistake, sorry :bow:
* | | | | | | | | | Don't use Rails.root since it is not available at this pointRafael Mendonça França2013-01-052-2/+2
| | | | | | | | | |
* | | | | | | | | | [#8743] Test caseCédric FABIANSKI2013-01-051-0/+5
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reverting #a3cf03ef99 fixes the issue Conflicts: activerecord/test/cases/relations_test.rb
* | | | | | | | | Remove unnecessary begin..rescue..end, use only rescueCarlos Antonio da Silva2013-01-041-7/+5
| | | | | | | | |