aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* add option to avoid generating scaffold.cssmasarakki2015-06-092-1/+4
* Merge pull request #19571 from kaspth/improve-runner-integrationYves Senn2015-06-087-155/+92
|\
| * Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-047-155/+92
* | modify console of app method in that can use the path helpersyuuji.yaginuma2015-06-051-0/+5
|/
* Merge pull request #20387 from y-yagi/fix_engine_generated_controller_testYves Senn2015-06-023-1/+19
|\
| * add engine's namespace to fixture nameyuuji.yaginuma2015-05-312-1/+10
| * set engine's route in the functional test is generated in the engineyuuji.yaginuma2015-05-312-0/+9
* | Use sprockets-rails from github repoYoong Kang Lim2015-06-021-0/+2
|/
* Generate a `.keep` file in `tmp` folderYoong Kang Lim2015-05-302-1/+3
* `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-302-1/+2
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-282-3/+4
* Merge pull request #20326 from hderms/dh/fix_task_bugRafael Mendonça França2015-05-271-16/+18
|\
| * add fixed fileDermot Haughey2015-05-271-16/+20
* | :bomb: Fix another leftoverRafael Mendonça França2015-05-271-1/+1
* | Merge pull request #19867 from radar/rename-app-rails-loaderRafael Mendonça França2015-05-272-3/+3
|\ \ | |/ |/|
| * Remove redundant 'Rails' from Rails::AppRailsLoader constantRyan Bigg2015-05-212-3/+3
* | Remove web-console and spring from test group on default Gemfile.Kassio Borges2015-05-271-2/+4
* | Add missing type reference hereZachary Scott2015-05-241-1/+1
* | Omit .keep in .gitignore when generated with --skip-keeps.Ben Pickles2015-05-222-1/+7
* | [ci skip] Remove comments about Rails 3.1claudiob2015-05-112-11/+8
* | Refactor railties console and dbconsole commandsMehmet Emin İNAÇ2015-05-103-101/+99
* | require object/blank not usedAnkit Gupta2015-05-061-1/+0
* | Merge pull request #20023 from mohnish/patch-1Yves Senn2015-05-061-2/+1
|\ \
| * | Use the built-in rake tasksMohnish Thallavajhula2015-05-041-2/+2
* | | list reserved words in generator errorSean Linsley2015-05-052-2/+2
* | | Merge pull request #19756 from georgemillo/docsRobin Dupret2015-05-051-17/+26
|\ \ \ | |/ / |/| |
| * | fixing English in Rails::Engine docsGeorge Millo2015-04-231-17/+26
| |/
* | Fix URI.escape is obsolete warningsAndrew White2015-05-051-1/+1
* | Tiny documentation edits [ci skip]Robin Dupret2015-05-041-2/+3
* | Improve display of attachment names in mailer previewsAndrew White2015-05-041-1/+1
* | Fix mailer previews with attachmentsAndrew White2015-05-042-7/+9
* | Remove unused private classesRafael Mendonça França2015-05-031-126/+0
* | Merge pull request #19093 from remomueller/fix-actionmailer-preview-links-on-...Rafael Mendonça França2015-05-032-3/+3
|\ \
| * | Mailer preview now uses `url_for` to fix links to emails for apps running on ...Remo Mueller2015-04-302-3/+3
* | | Merge pull request #19976 from prathamesh-sonpatki/rm-assignsRafael Mendonça França2015-05-031-3/+2
|\ \ \
| * | | Removed `assigns` from functional_test templatesPrathamesh Sonpatki2015-05-021-3/+2
| |/ /
* | | Use `def before_setup` instead of `setup do`eileencodes2015-05-021-2/+4
* | | Added missing fullstop in engine API docs [ci skip]Prathamesh Sonpatki2015-05-021-2/+2
|/ /
* | mailer previews for `NullMail` instances. Closes #19849.Yves Senn2015-04-282-6/+13
* | mailer previews, make sure labels and values line up.Yves Senn2015-04-281-0/+4
* | Escape README in Plugin builder API documentationPrathamesh Sonpatki2015-04-261-1/+1
* | Do not show --helper and --assets options in the controller generator helpAkira Matsuda2015-04-251-1/+2
* | Merge pull request #19236 from sshaw/more_tagged_logging_docsYves Senn2015-04-241-0/+3
|\ \
| * | Refer to the constructer argument in docsSkye Shaw2015-04-241-1/+1
| * | More docs on tagged logging [ci skip]sshaw2015-03-061-0/+3
* | | Fix CSS formatting in welcome#index.html.erbSean Collins2015-04-231-3/+10
| |/ |/|
* | Require yaml before trying to rescue its exception classRafael Mendonça França2015-04-221-1/+1
* | Remove sqlite support from `rails dbconsole`Andrew White2015-04-221-3/+0
* | Don't ask something that we don't want toRafael Mendonça França2015-04-221-1/+1
* | Merge pull request #19858 from cllns/fix-scaffolding-css-formattingRafael Mendonça França2015-04-221-7/+20
|\ \