Commit Graph

1970 Commits

Author SHA1 Message Date
Michael Bleigh
9c654744fb Fixes unescaped version passthrough of generator 'gem' command. [#3901 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:28:03 +01:00
Simo Niemelä
cafe882d12 Fix server environment [#3877 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:14:02 +01:00
Prem Sichanugrist
f337ebc308 Add default values to output of 'rails server -h', hardcoded as Rack::Server did since options doesn't have any data at the time of parsing arguments [#3910 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:08:27 +01:00
Prem Sichanugrist
af22c5b16a Add missing -h/--help flag to several rails command [#3909 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:08:16 +01:00
David Heinemeier Hansson
834a45d8a2 Suggest Mongrel and Capistrano in the default bundle 2010-02-09 17:12:37 -08:00
Jeremy Kemper
39ebd6eb2b rails runner loads environment after parsing command-line options 2010-02-09 08:40:21 -08:00
José Valim
7f7dfd2bab Take into account gem versions (so script/rails server can work outside the application) and use Rails::Application.root instead of ROOT_PATH. 2010-02-08 16:05:22 +01:00
Mikel Lindsaar
17b451898c Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-08 09:42:40 +01:00
José Valim
518b4ff478 Check if Test::Unit is defined before adding backtrace filter. 2010-02-07 14:51:23 +01:00
José Valim
345e0b274c Add backtrace cleaner on test unit railtie. 2010-02-07 13:45:47 +01:00
Dan Kubb
ca1879b730 Added newline to appended gem config in Gemfile
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
2010-02-06 23:38:58 -08:00
Jeremy Kemper
9423c2a7d8 Merge remote branch 'fxn/master' 2010-02-06 13:03:41 -08:00
RomD
f44a0b1d52 fix usage examples and more to use new invocations
Signed-off-by: Carl Lerche <carllerche@mac.com>
2010-02-06 09:51:53 -08:00
Xavier Noria
bd5cb0562e rack debugger needs active_support/core_ext/kernel/requires for require_library_or_gem 2010-02-06 18:35:44 +01:00
José Valim
6958eac1a0 Add config.generators.templates to provide alternative paths for template lookup. 2010-02-06 17:32:06 +01:00
Prem Sichanugrist
1d9d9d2d89 Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' will be run correctly [#3879 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-06 15:51:44 +01:00
Henrik N
95b63c6a07 Fix 'rails server -h' double help banner. Correct its usage line. [#3874 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-06 13:03:52 +01:00
David Heinemeier Hansson
c76df7a2d5 Cleanup comments 2010-02-05 18:45:26 -08:00
David Heinemeier Hansson
33a90f5079 Not a fan of the double ## 2010-02-05 18:41:46 -08:00
David Heinemeier Hansson
cbb0b2f6f3 Simplify conditions for --dev and --edge 2010-02-05 18:41:15 -08:00
David Heinemeier Hansson
0ce9c80c0a Path approach shouldnt specify version 2010-02-05 18:35:19 -08:00
David Heinemeier Hansson
6201abe73f New style for path references 2010-02-05 18:33:24 -08:00
Jeremy Kemper
c548e21365 Bump git versions to 3.0.0.beta1 since we've released 2010-02-05 09:24:12 -08:00
Jeremy Kemper
7b1d3a0ca3 Add prototype ujs handler for data-method 2010-02-04 18:01:08 -08:00
Jeremy Kemper
358968cd28 Update prototype-ujs for data-confirm 2010-02-04 17:46:29 -08:00
Jeremy Kemper
78de17cf70 Expose CSRF tag for UJS adapters 2010-02-04 14:58:32 -08:00
Jeremy Kemper
127e53453d Ensure javascripts are pulled in so UJS can hook the Delete link 2010-02-04 12:22:26 -08:00
Jeremy Kemper
a74ed0c2ee Autorequire default libs and those in groups named after the current Rails environment 2010-02-04 11:04:50 -08:00
Jeremy Kemper
293fd9daf8 server command loads the application 2010-02-04 10:50:14 -08:00
Jeremy Kemper
ca273d171c Revert "Rails script commands load the application rather than just boot"
This reverts commit 358451c2194c5b89b576fd623811da708ee89d95.
2010-02-04 10:49:41 -08:00
Jeremy Kemper
358451c219 Rails script commands load the application rather than just boot 2010-02-04 10:45:35 -08:00
Jeremy Kemper
23ad1eff0d Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always uses AS. 2010-02-04 10:08:06 -08:00
Jeremy Kemper
5c07c33ab4 Move framework requires and Bundler.require from boot.rb to app.rb. Cut down the list of railtie choices to those that make sense. 2010-02-04 10:08:06 -08:00
Antonio Cangiano
6b3fb38461 Updated the database.yml file generated for ibm_db to the latest version of DB2 and the gem.
[#3852 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-04 10:08:06 -08:00
Pratik Naik
25b6b95459 Make RAILS_* give deprecation warning just once 2010-02-04 17:00:50 +00:00
José Valim
06860dcf29 Remove duplicated version check. 2010-02-04 14:14:11 +01:00
José Valim
d0f98420ea Automatically require rubygems when --dev flag is given. 2010-02-04 14:05:13 +01:00
José Valim
79376e3c9d Update Gemfile to use latest bundler config. 2010-02-04 13:53:37 +01:00
Jeremy Kemper
c9ec28b2b6 Use a normal gem source url instead of a magic symbol 2010-02-04 00:21:47 -08:00
Jeremy Kemper
db15e49ddf Autorequire bundled libraries by default 2010-02-03 23:56:51 -08:00
David Heinemeier Hansson
dd13874ff6 Merge 2010-02-03 17:31:35 -08:00
David Heinemeier Hansson
79817aa9e7 Move to 3.0.0.beta 2010-02-03 17:29:51 -08:00
Mikel Lindsaar
1ae543a180 -v and --version params now work on rails script in or our of an app 2010-02-04 11:57:13 +11:00
Carl Lerche
f497e7ad1d Update rails to use the latest bundler 2010-02-03 16:56:32 -08:00
José Valim
efa850558f Make bin/rails call rails/commands/application, fix generators usage and update .gitignores. 2010-02-03 18:49:47 +01:00
José Valim
622e3dda84 No more vendored thor. 2010-02-03 17:57:54 +01:00
Mikel Lindsaar
f390eade5f Adding 'db' as a shortcut for dbconsole to the rails command 2010-02-03 19:50:51 +11:00
Mikel Lindsaar
38d13f9597 Deprecated freeze rake tasks and cleaned up annotations.rake 2010-02-03 18:31:57 +11:00
Mikel Lindsaar
76d5428c33 Updating index.html to remove script/generate and making railties tests pass again 2010-02-03 15:52:05 +11:00
David Heinemeier Hansson
9a83bd5006 Rename usage path to command to just the command name 2010-02-02 16:16:26 -08:00