aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/app_rails_loader.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'Rails' from Rails::AppRailsLoader constantRyan Bigg2015-05-211-64/+0
* Replace `in Rails 4` with `in Rails %version%` in deprecation messageKir Shatrov2015-03-291-1/+2
* Stop using mocha on app_rails_loader_testRafael Mendonça França2014-07-071-2/+4
* app_rails_loader.rb should check if bin/rails is a File before calling File.r...Byron Bischoff2014-01-241-1/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* Merge pull request #12216 from suginoy/a-anRafael Mendonça França2013-09-131-1/+1
|\
| * Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-131-1/+1
* | grab executable from rubygemsArun Agrawal2013-09-091-1/+1
|/
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* grab executable from rubygemsAaron Patterson2013-07-251-1/+1
* application loader refactor and test suite complete rewriteXavier Noria2013-04-111-28/+27
* code review of 22e5ab3Xavier Noria2013-04-101-8/+7
* Searching for rails executable correctlyPrathamesh Sonpatki2013-04-101-16/+11
* Explain how to upgrade bin/ for Rails 4Jeremy Kemper2013-04-091-8/+29
* fix binstub typoAndre Arko2013-03-301-1/+1
* need to delete bin, not binstub, update wordingAndre Arko2013-03-271-4/+4
* script/rails could never be from bundlerAndre Arko2013-03-271-1/+1
* rails commands even if bin/rails is a gem stubAndre Arko2013-03-201-10/+20
* Fix backwards compatibility with Rails 3 apps.Steve Klabnik2013-02-221-8/+16
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-0/+29