Jeremy Kemper
|
523002fe16
|
Fix isolated test fail due to missing mocha
|
2010-02-10 16:45:43 -08:00 |
|
Yehuda Katz
|
77f630d317
|
Since require_dependency cannot be cleared, remove the dependencies
|
2010-02-10 15:06:42 -08:00 |
|
Yehuda Katz
|
a3eaaf6b50
|
Fix a JSON ordering issue
|
2010-02-10 14:46:16 -08:00 |
|
Yehuda Katz
|
ff7db40464
|
No need to emulate default Ruby behavior in initialize
|
2010-02-10 14:40:36 -08:00 |
|
Yehuda Katz
|
bea38d64ee
|
Don't rely on @message in Error classes being available for use
|
2010-02-10 14:40:36 -08:00 |
|
Xavier Noria
|
9fd9e5d4f7
|
fixes doc generation
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-02-10 14:37:56 -08:00 |
|
José Valim
|
97650bf54a
|
Fix a couple failing tests.
|
2010-02-10 08:33:41 +01:00 |
|
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 |
|
Mikel Lindsaar
|
7d76474e5d
|
Debrittlize tests somewhat - fix for CI build
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-10 07:26:01 +01:00 |
|
Jeremy Kemper
|
f84b4b4e5f
|
Reinstate object/extending require too for Object.subclasses_of
|
2010-02-09 19:42:08 -08:00 |
|
Jeremy Kemper
|
d1938953f4
|
Reinstate Object.subclasses_of and Class#descendents for plugin compat.
This reverts commits 7d312e54ba, 5f981ff029, f85f5dfc8f, 245bfafe33, and ec7c642f5f
|
2010-02-09 18:20:57 -08:00 |
|
David Heinemeier Hansson
|
fa2ff95d4b
|
Its not a deprecation if you actually just ignore the call
|
2010-02-09 17:23:48 -08: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 |
|
Yehuda Katz
|
6f247347a1
|
Fix failing spec
|
2010-02-08 12:39:06 -08:00 |
|
Jeremy Kemper
|
ad98f21c21
|
Merge remote branch 'fxn/master'
|
2010-02-08 11:37:56 -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 |
|
Mikel Lindsaar
|
5fe3dc4bf5
|
Adding ruby version spec to all gemspec files to at least 1.8.7
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-08 09:42:12 +01:00 |
|
Xavier Noria
|
cf9a52a7b6
|
removes Module#as_load_path, which is no longer used
|
2010-02-07 23:06:15 +01:00 |
|
Xavier Noria
|
afd2e19be3
|
removes Module#included_in_classes, which is no longer used
|
2010-02-07 23:03:13 +01:00 |
|
Gabriel Mansour
|
b235af702a
|
Fix pluralization for numbers formatted like '1.00'
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-02-07 12:12:09 -08:00 |
|
Jeremy Kemper
|
a1a6e54d14
|
Fix doc typo and update fast_xs URL. Thanks to Dmitrii Golub.
|
2010-02-07 11:42:24 -08:00 |
|
José Valim
|
518b4ff478
|
Check if Test::Unit is defined before adding backtrace filter.
|
2010-02-07 14:51:23 +01:00 |
|
RomD
|
d6ae930c9c
|
fix ambiguous example for new invocation method
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-07 13:46:27 +01:00 |
|
José Valim
|
345e0b274c
|
Add backtrace cleaner on test unit railtie.
|
2010-02-07 13:45:47 +01:00 |
|
José Valim
|
de69c798db
|
Fix nested attributes with specified collection.
|
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 |
|
Mikel Lindsaar
|
bb55bbd207
|
Fixing actionmailer tests for CI
|
2010-02-06 23:36:03 -08:00 |
|
Chad Woolley
|
a4c3289758
|
remove all sudo references from CI build script
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-02-06 21:40:22 -08:00 |
|
Jeremy Kemper
|
03b192d1b4
|
CI: sudo unnecessary. Bump bundler dep to 0.9.3.
|
2010-02-06 21:18:08 -08:00 |
|
Jeremy Kemper
|
9f3ea4505a
|
CI: set env after sudo
|
2010-02-06 21:14:29 -08:00 |
|
David Heinemeier Hansson
|
5995482be9
|
Merge branch 'master' of github.com:rails/rails
|
2010-02-06 13:31:22 -08:00 |
|
David Heinemeier Hansson
|
28fe0c330a
|
Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL driver to improve log signal to noise ration in development [DHH]
|
2010-02-06 13:20:47 -08:00 |
|
Jeremy Kemper
|
9423c2a7d8
|
Merge remote branch 'fxn/master'
|
2010-02-06 13:03:41 -08:00 |
|
RomD
|
3caca406c8
|
remove trailing whitespace
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-02-06 09:51:53 -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 |
|
Xavier Noria
|
299ab1faa1
|
removes Kernel#daemonize, which is no longer used
|
2010-02-06 18:33:09 +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 |
|
José Valim
|
22c0390085
|
Add a test which ensures namespaced roots.
|
2010-02-06 11:52:28 +01:00 |
|
José Valim
|
4d177d46d9
|
Routes should not swallow all NameErrors [#3862 status:resolved].
|
2010-02-06 11:39:51 +01:00 |
|
Yehuda Katz
|
5384df5589
|
Updates subscriber test for new output
|
2010-02-05 22:48:13 -08:00 |
|
Yehuda Katz
|
b392c81869
|
Fixes test fail
|
2010-02-05 21:30:26 -08:00 |
|
David Heinemeier Hansson
|
59d8a2b4f5
|
Lookup the status code and rework the Completed line a bit
|
2010-02-05 19:01:11 -08:00 |
|