aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-283-3/+14
* let the generated app Gemfile depend on listen 3.0.5Xavier Noria2015-11-261-1/+1
* Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-261-0/+4
|\
| * Add option to verify Origin header in CSRF checksBen Toews2015-11-251-0/+4
* | Remove <br> from scaffold, in favor of using CSSSean Collins2015-11-251-0/+4
* | Merge pull request #22370 from yui-knk/remove_blank_lineAndrew White2015-11-241-1/+0
|\ \
| * | Remove a blank line from a template for plugin `routes.rb`yui-knk2015-11-221-1/+0
* | | Merge pull request #22272 from y-yagi/remove_test_files_in_plugin_gemspecEileen M. Uchitelle2015-11-231-3/+0
|\ \ \ | |/ / |/| |
| * | don't package test files in plugin gemspecyuuji.yaginuma2015-11-121-3/+0
| |/
* | upgrade listen to 3.0.4Xavier Noria2015-11-081-1/+1
* | move the listen gem in the Gemfile to the development groupXavier Noria2015-11-081-3/+4
* | implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-0/+3
* | fix application_controller require_dependency path generated by api scaffold ...yuuji.yaginuma2015-11-081-1/+1
|/
* [ci skip] Remove final mentions of `static_cache_control` in docs.Kasper Timm Hansen2015-11-051-1/+3
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-032-3/+3
* added missing instructions for `rack-cors`Gaurav Sharma2015-11-031-2/+4
* remove unnecessary `.sass-cache` from plugin's gitignore templateyuuji.yaginuma2015-11-021-1/+0
* Add version constraint to database gem in generated applicationRafael Mendonça França2015-10-292-2/+2
* Properly indent '<head>' and '<body>' within '<html>'Sean Collins2015-10-291-16/+17
* remove unnecessary readme in dummy applicationyuuji.yaginuma2015-10-231-1/+1
* Revert " Added an example to show how common secrets can be shared across mul...Sean Griffin2015-10-201-16/+0
* Merge pull request #19898 from prathamesh-sonpatki/common-secretsSean Griffin2015-10-201-0/+16
|\
| * Added example of sharing secrets in multiple environments in secrets.ymlPrathamesh Sonpatki2015-05-261-0/+16
* | remove useless methodyuuji.yaginuma2015-10-181-4/+0
* | Use "rake time:zones:all" instead of "rake -D time" [ci skip]Marat Galiev2015-10-171-1/+1
* | Merge pull request #20908 from y-yagi/generate_application_job_inside_engineArthur Nogueira Neves2015-10-131-0/+5
|\ \
| * | add application_job.rb to template of mountable engineyuuji.yaginuma2015-07-171-0/+5
* | | Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-2/+4
|\ \ \
| * | | Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-2/+4
* | | | do not generate manifest.js in pluginsyuuji.yaginuma2015-10-121-1/+1
* | | | use class to specify the middleware [ci skip]yuuji.yaginuma2015-10-031-1/+1
* | | | Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-295-16/+16
* | | | fix application_controller require_dependency path generated by the scaffold ...yuuji.yaginuma2015-09-201-1/+1
* | | | Bundler tzinfo-data in windows, even first generated new app are MacEric Guo2015-09-151-2/+0
* | | | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-102-2/+2
* | | | remove require of files under support that do not useyuuji.yaginuma2015-08-271-3/+0
* | | | Migrate to Sprockets 4.Andrei Istratii2015-08-194-2/+36
* | | | Fixed syslog example in production config templateprintercu2015-08-171-1/+2
* | | | Plugins are generated with the version 0.1.0Daniel Morris2015-08-161-1/+1
* | | | Merge pull request #21021 from sgrif/sg-no-routes-commentSean Griffin2015-08-121-54/+1
|\ \ \ \
| * | | | Replace the giant comment in routes.rb with a link to the guidesSean Griffin2015-07-241-54/+1
* | | | | WhitespacesRafael Mendonça França2015-08-091-1/+1
* | | | | Added bin/update script to update application automaticallyMehmet Emin İNAÇ2015-08-071-0/+28
* | | | | Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_...Rafael Mendonça França2015-08-061-0/+1
|\ \ \ \ \
| * | | | | set the correct path to `ActionDispatch::IntegrationTest.fixture_path`yuuji.yaginuma2015-07-281-0/+1
| |/ / / /
* | | | | Merge pull request #20961 from ccallebs/add-dev-mode-cachingKasper Timm Hansen2015-08-051-2/+12
|\ \ \ \ \
| * | | | | Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-2/+12
* | | | | | Inform user to add script in correct location into the application.js manifes...Mehmet Emin İNAÇ2015-08-032-2/+2
* | | | | | Merge pull request #21104 from atul-shimpi/masterYves Senn2015-08-032-2/+4
|\ \ \ \ \ \
| * | | | | | Inform user to add styles in correct location in application.cssatul-shimpi2015-08-032-2/+4
|/ / / / / /