Commit Graph

13150 Commits

Author SHA1 Message Date
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
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
47db62bf8d CI: show bundled gems 2010-02-05 16:18:26 -08:00
Jeremy Kemper
86df107eff CI: add missing isolated tests 2010-02-05 16:17:06 -08:00
Santiago Pastorino
a9620ab918 method_missing errors on activeresource tests, mocha is not required there
[#3825 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 16:08:33 -08:00
Santiago Pastorino
44c46558a4 test_validates_acceptance_of_as_database_column fixed
[#3826 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 16:08:08 -08:00
Santiago Pastorino and José Ignacio Costa
e115eb097e More html_safe strings now use the safe_concat method
[#3856 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 13:28:43 -08:00
Santiago Pastorino
c65f4b1ffb Making SafeBuffer << an alias for concat method
[#3848 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 13:26:29 -08:00
Santiago Pastorino and José Ignacio Costa
293c53ab3e Fixed html_safe test cases which weren't testing correctly
[#3845 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 13:25:51 -08:00
Jeremy Kemper
fd567785f4 Make UrlWriter includable in a Module 2010-02-05 12:23:22 -08:00
Jeremy Kemper
63bb955a99 Automatically prefer Yajl or JSON backend over Yaml, if available 2010-02-05 10:22:45 -08:00
Brian Lopez
a96bf4ab5e Add yajl-ruby as a JSON parsing backend
[#2666 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 10:15:51 -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
a81a2a29ab Bump arel dep 2010-02-05 09:21:45 -08:00
Jeremy Kemper
f1e5642fb7 Revert "Link to main Arel repository"
This reverts commit 203626867934a2772a5a3f096521b56d59273407.
2010-02-05 09:12:35 -08:00
Paul Rosania
363a752c36 install ActionController::UrlFor before environment is parsed, to provide ActionMailer#default_url_options=
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-05 00:08:56 -08:00
Jeremy Kemper
459ecaf95d Submarine the rake-gemcutter dep in Rakefiles 2010-02-05 00:03:03 -08:00
Jeremy Kemper
ae4cb0641e Add the dummy rails3b gemspec that pulls in non-prerelease deps 2010-02-04 23:53:10 -08:00
Jeremy Kemper
b1f30ef048 Kill default require_path 2010-02-04 19:13:07 -08:00
Jeremy Kemper
7b81f5981f Fix task defines 2010-02-04 18:44:32 -08:00
Jeremy Kemper
ed6e72a84f No sense bundling sense it's not available in Rakefile. Also, actually require. 2010-02-04 18:44:32 -08:00
David Heinemeier Hansson
657ffed3f5 Need gemcutter here too 2010-02-04 18:39:19 -08:00
Jeremy Kemper
c1785f3282 Release using gemcutter gem:push tasks 2010-02-04 18:28:45 -08:00
Jeremy Kemper
31f8a59c16 Test that csrf meta content is html-escaped, too 2010-02-04 18:03:06 -08:00