aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/boot.rb
Commit message (Expand)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-4/+0
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-221-2/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Add bootsnap to default Gemfile:Burke Libbey2017-07-171-0/+1
* use __dir__ for relative paths in config/boot.rbXavier Noria2016-03-061-1/+1
* remove bundler magicgrosser2014-07-031-2/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* require "rubygems" is obsolete in Ruby 1.9.3Kornelius Kalnbach2012-05-131-2/+0
* Use require 'bundler/setup' instead of directly calling Bundler.setup in conf...Piotr Sarnacki2010-12-171-10/+3
* Allow to use BUNDLE_GEMFILE env variable in boot.rb [#6184 state:resolved]Piotr Sarnacki2010-12-171-1/+1
* Squash backtraces from Bundler.setupAndre Arko2010-04-211-2/+6
* Allow a Rails application to be initialized from any directory and not just f...José Valim2010-04-141-2/+5
* Update the Bundler snippet for 0.9.15 and aboveAndre Arko2010-04-121-13/+5
* Missed __FILE__Jeremy Kemper2010-03-311-1/+1
* To skip bundler, `rm Gemfile`. Create a Gemfile to use it again.Jeremy Kemper2010-03-311-7/+9
* Add --skip-bundler option to rails application generatorJoshua Peek2010-03-311-0/+4
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+8
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-36/+0
* Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved]Rizwan Reza2010-01-171-1/+12
* Some railties cleanup:Carl Lerche2009-12-311-8/+7
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-5/+4
* Add a /rails.rb for each framework for consistencyCarl Lerche2009-12-311-2/+4
* Fully remove config.frameworks in favor of requires in boot.rbCarl Lerche2009-12-311-0/+9
* Check for environment.rbJeremy Kemper2009-10-191-1/+1
* Check for bundler environment or 2.x-style vendor/rails + rubygemsJeremy Kemper2009-10-191-10/+8
* Make sure boot.rb requires rubygems only when neededPratik Naik2009-10-191-7/+10
* Add stub for configuring your package managerJoshua Peek2009-10-161-0/+15
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-138/+0
* Get apps generated with working again.Carl Lerche2009-10-161-50/+43
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-3/+0
* Start moving the initializers into the application objectCarl Lerche2009-10-081-7/+6
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-301-6/+41
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+114