aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix an ivar name conflict in Rails::ServerCarlhuda2009-12-021-5/+5
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-3/+16
* Refactor script/server into an object that inherits from Rack::ServerCarlhuda2009-11-231-59/+61
* Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...Jeremy Kemper2009-11-191-3/+1
* Final steps toward clean rails "foo"; cd foo; gem bundle; script/server workingYehuda Katz + Carl Lerche2009-11-181-1/+3
* Make script/server work with correct application.rbYehuda Katz2009-11-161-1/+1
* Require action_dispatch, not action_controllerYehuda Katz2009-11-161-1/+1
* Get apps generated with working again.Carl Lerche2009-10-161-1/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+2
* Enable static asset server by defaultJoshua Peek2009-09-261-1/+0
* Move tmp directory creation from server to initializerJoshua Peek2009-09-261-4/+0
* Extract "parse_config" into ADJoshua Peek2009-09-251-13/+1
* Remove relative url configuration from script/serverJoshua Peek2009-09-251-15/+4
* Generate a config.ru stubJoshua Peek2009-09-251-13/+8
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-2/+38
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-38/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+106