aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Use sass-rails and coffee-rails that work with Rails 5.1Rafael Mendonça França2016-05-101-2/+2
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-102-530/+3
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-062-1/+6
* Fix etag expectation to work with the SHA256Rafael Mendonça França2016-05-061-1/+1
* Fix some typos in comments.Joe Rafaniello2016-05-042-2/+2
* Prep Rails 5 beta 4eileencodes2016-04-272-1/+3
* Merge pull request #24696 from y-yagi/remove_unnessary_option_settingKasper Timm Hansen2016-04-254-5/+24
|\
| * register rake options to `OptionParser`yuuji.yaginuma2016-04-252-0/+14
| * remove unnessary option setting from test runneryuuji.yaginuma2016-04-252-5/+10
* | removes useless use of string interpolationXavier Noria2016-04-241-2/+2
* | Fix broken build, channel files are also included in `bin/rails stats` nowPrathamesh Sonpatki2016-04-241-2/+2
* | add channels files in `stats` taskyuuji.yaginuma2016-04-241-0/+1
* | Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-234-0/+51
* | Fix test nameVipul A M2016-04-231-1/+1
|/
* Merge pull request #24680 from mohitnatoo/rake-dev-cacheKasper Timm Hansen2016-04-211-1/+1
|\
| * - using rails dev:cache instead of rake dev:cacheMohit Natoo2016-04-221-1/+1
* | Merge pull request #24664 from y-yagi/use_wrapper_file_to_add_rake_task_for_e...Rafael França2016-04-211-1/+1
|\ \
| * | use wrapper file to add rake task for enginesyuuji.yaginuma2016-04-211-1/+1
* | | use rails command in `time:zones` task desc [ci skip]yuuji.yaginuma2016-04-201-1/+1
|/ /
* | Merge pull request #20625 from Envek/add_country_zones_methodJeremy Daer2016-04-191-6/+23
|\|
* | mention rails 5 instead of rails 4 in bin/rails for pluginsBen A. Morgan2016-04-191-1/+2
|/
* Fixed assertions with regex used in dbs testsVipul A M2016-04-191-2/+2
* removes unneeded require in rails/railtie.rbXavier Noria2016-04-181-2/+1
* Merge pull request #24551 from bogdanvlviv/notice_for_tasksJeremy Daer2016-04-172-2/+4
|\
| * Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-172-2/+4
* | don't remove `cable.js`yuuji.yaginuma2016-04-161-0/+12
|/
* Generate `cable.js` file if does not exist when generating channelPrathamesh Sonpatki2016-04-121-0/+8
* Merge pull request #24495 from vipulnsward/rails-changelog-passSantiago Pastorino2016-04-111-18/+18
|\
| * - Fence some commands, options, gems, etc. with quotesVipul A M2016-04-101-18/+18
* | Merge pull request #24490 from prathamesh-sonpatki/add-config-to-deprecation-...Santiago Pastorino2016-04-111-3/+3
|\ \
| * | Add `config` to the deprecation warnings of deprecated config optionsPrathamesh Sonpatki2016-04-101-3/+3
* | | edit pass over the RDoc of Rails::Railtie [ci skip]Xavier Noria2016-04-111-36/+36
* | | remove explicit curlies for hash argumentXavier Noria2016-04-111-2/+2
* | | issue FileUtils commands directly in Rake tasksXavier Noria2016-04-113-14/+11
* | | revises fileutils dependencies in railtiesXavier Noria2016-04-118-4/+13
|/ /
* / do not create unnecessary directoryyuuji.yaginuma2016-04-102-5/+2
|/
* Merge pull request #24165 from y-yagi/generate_application_job_when_not_existEileen M. Uchitelle2016-04-092-0/+20
|\
| * generate ApplicationJob if it does not already existyuuji.yaginuma2016-03-252-0/+20
* | Use new hash syntax (#24464)Jeroen Visser2016-04-082-4/+4
* | Merge pull request #24335 from mabras/masterRafael França2016-04-071-2/+0
|\ \
| * | remove unused requireMohamad Abras2016-03-291-2/+0
* | | Directly support stateful executor hooksMatthew Draper2016-04-051-13/+26
* | | Merge pull request #24332 from blackchestnut/doc/deprecation_warnSantiago Pastorino2016-04-041-2/+2
|\ \ \
| * | | Added 'config.' to deprecation warningAlexander Kalinichev2016-03-261-2/+2
* | | | Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-307-1/+45
* | | | Merge pull request #24325 from y-yagi/show_correct_command_name_in_help_of_ra...Kasper Timm Hansen2016-03-271-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | show correct command name in help of rails runneryuuji.yaginuma2016-03-261-3/+4
* | | | development.rb file always exists so we don't need a check for itPrathamesh Sonpatki2016-03-261-4/+1
| |_|/ |/| |
* | | Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailerRafael França2016-03-231-0/+13
|\ \ \ | |/ / |/| |
| * | Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-121-0/+13