Andrew White
bccd2c54b2
Use Path rather than EagerPath when cache_classes == false so other view paths are properly recompiled in development mode [ #1764 state:resolved]
...
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2009-02-05 19:56:22 -06:00
Joshua Peek
f75b98d67e
Revert "Fixed FCGI handling [ #1854 state:resolved]"
...
This reverts commit dcc2407d99 .
2009-02-05 19:40:51 -06:00
Michael Koziarski
011ea46569
Don't use weird attribute_condition methods in AR Session Store
...
Use the hash condition for find instead.
2009-02-06 14:32:03 +13:00
Will Bryant
9991868d85
support end-exclusive ... Ranges in SQL hash condition sanitization properly
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#1865 state:committed]
2009-02-06 13:43:02 +13:00
Will Bryant
ba146a84d0
re-enable db:schema:dump so db:migrate:redo dumps the schema after migrating back up
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#1412 state:committed]
2009-02-06 13:40:58 +13:00
Max Lapshin
1fe9d6cc88
Support true/false in query_attribute for calculated columns
...
Signed-off-by: Tarmo Tänav <tarmo@itech.ee >
Signed-off-by: Michael Koziarski <michael@koziarski.com >
2009-02-06 13:39:08 +13:00
Max Lapshin
9c6bde58c5
Fixed tests of postgresql money insertion when non-C locale
...
Signed-off-by: Tarmo Tänav <tarmo@itech.ee >
Signed-off-by: Michael Koziarski <michael@koziarski.com >
2009-02-06 13:39:07 +13:00
Eloy Duran
db5d695016
Also save :autosave enabled associations when #save! is used.
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#1877 state:committed]
2009-02-06 13:38:15 +13:00
Pascal Ehlert
455a7633db
Nested attribute accessors should ignore new records with truthy _delete key.
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#1861 state:committed]
2009-02-06 13:36:59 +13:00
Michael Koziarski
4e4f961c11
Handle every error that can come out of the Iconv branch by rescuing and returning nil
...
[#1195 state:committed]
2009-02-06 13:32:47 +13:00
Pascal Ehlert
d15d53cf81
Allowing an object to be passed explicitly to a fields_for with nested_attributes on one-to-one associations
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#1849 state:committed]
2009-02-06 13:26:58 +13:00
Joshua Peek
c96382a71a
Make sure all autoload constants are pulled in when using config.threadsafe! [ #1831 state:resolved]
2009-02-05 16:39:32 -06:00
Peter Wagenet
dcc2407d99
Fixed FCGI handling [ #1854 state:resolved]
...
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2009-02-05 16:21:50 -06:00
Andrew White
7aa847fab4
Eliminate unnecessary File.exist? when correct file extension given [ #1879 state:resolved]
...
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2009-02-05 15:38:29 -06:00
Adam McCrea
06182ea02e
implicitly rendering a js response should not use the default layout [ #1844 state:resolved]
...
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2009-02-05 15:23:05 -06:00
Chris Cherry
b6e7a76cc5
script/server command can accept --path option to set app's root path [ #1156 state:resolved]
...
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2009-02-05 15:19:40 -06:00
Mike Gunderloy
4866ce45d0
Fix broken scaffolding tests [ #1889 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-05 21:07:51 +01:00
David Heinemeier Hansson
9b4aa9bcd9
Revert "created unit tests and fixed bug that failed tests"
...
This reverts commit be1dbf321a .
2009-02-05 21:00:44 +01:00
Thijs de Vries
be1dbf321a
created unit tests and fixed bug that failed tests
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-05 20:59:05 +01:00
Matt Jones
250dfb18af
Fixed that ActionMailer should send correctly formatted Return-Path in MAIL FROM for SMTP [ #1842 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-05 20:53:02 +01:00
Scott Taylor
5a8f764661
Add ActiveRecord::Base.exists? with no args [ #1817 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-05 20:51:06 +01:00
David Heinemeier Hansson
6db78e8c02
Added tests from Andrew Whites fix [ #1385 state:committed]
2009-02-05 20:37:57 +01:00
chris finne
b80fa817d4
Fix a syntax error in current_page?() that was prevent matches against URL's with multiple query parameters [ #1868 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-05 20:31:04 +01:00
David Heinemeier Hansson
a2da7fd349
A few more minor scaffold template cleanups
2009-02-05 20:30:33 +01:00
Mike Gunderloy
44f02de2ad
Update scaffolding [ #1840 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-05 20:27:48 +01:00
David Heinemeier Hansson
46288f5935
Remove double parenthesis in docs
2009-02-05 20:27:34 +01:00
Jeremy Kemper
922c528d42
Ruby 1.9 compat: use String#each_line instead of #each
2009-02-04 09:29:00 -08:00
Jeremy Kemper
b302e023b7
Require rubygems
2009-02-03 18:58:06 -08:00
Jeremy Kemper
aa6c7185ff
Update ci config to use mocha 0.9.5
2009-02-03 18:45:23 -08:00
Jeremy Kemper
4d6d2e9f83
Merge branch 'master' of git@github.com:rails/rails
2009-02-03 18:41:28 -08:00
Jeremy Kemper
bdaf3348de
Ruby 1.9: force ascii encoding for comparison with utf8 regexp
2009-02-03 18:41:06 -08:00
Jeremy Kemper
278186534c
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
2009-02-03 18:40:22 -08:00
Pratik Naik
59fde8a5d6
Remove all the existing asciidoc guides
2009-02-04 01:18:32 +00:00
Pratik Naik
a0f5e0b6d9
Merge docrails
2009-02-03 22:52:07 +00:00
Jeremy Kemper
34a37ea9e8
Workaround jruby issue with protected module attr_accessor showing up as public in included class
2009-02-02 22:39:02 -08:00
Jeremy Kemper
2259ecf368
Don't assume ActiveRecord is available
2009-02-02 22:26:57 -08:00
José Valim
2ecc678ed6
Added localized rescue (404.da.html) [ #1835 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-02 17:56:22 +01:00
Pratik Naik
beca1f2e15
Template#mime_type should not use Mime::Type when Action Controller is not included
v2.3.0
2009-02-02 00:21:03 +00:00
David Heinemeier Hansson
ed5fa2fe33
Mark CHANGELOGs for release
2009-02-01 22:06:40 +01:00
Pratik Naik
886124e688
Merge docrails
2009-02-01 18:25:03 +00:00
Mike Gunderloy
3be0ad60e4
Add Rails Guides to the default links on generated index.html [ #1839 state:resolved]
...
Signed-off-by: Pratik Naik <pratiknaik@gmail.com >
2009-02-01 17:41:12 +00:00
Mike Gunderloy
8d35b36d1a
Add :reconnect option to generated mysql database.yml [ #1838 state:resolved]
...
Signed-off-by: Pratik Naik <pratiknaik@gmail.com >
2009-02-01 17:39:20 +00:00
Joshua Peek
5b5d0e325d
Use Rack::Head middleware to ensure the body is discarded for HEAD requests
2009-02-01 01:01:49 -06:00
Joshua Peek
63b4fe53ab
Remove ancient tests for CGI parsing bug
2009-01-31 23:51:42 -06:00
Joshua Peek
28b65c9120
Removed Prototype specific Safari 2 AJAX hack.
...
The normal null character stripper is still there.
2009-01-31 23:51:41 -06:00
Michael Koziarski
fa7aa19a99
Don't rely on the order in these tests
2009-02-01 15:27:41 +13:00
miloops
2b8be761e4
validate_length_of should use custom message if given when using in or within.
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#1057 state:committed]
2009-02-01 14:58:17 +13:00
Tarmo Tänav
80747e9db1
Removed map.resources :only/:except inheritance
...
It's very rare for these options to apply identically to nested child resources, and with this inheritance on it's very difficult to have a child resource with more actions than the parent.
This reverts commit 2ecec6052f .
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#1826 state:committed]
2009-02-01 14:47:56 +13:00
Eloy Duran
ec8f045844
Add support for nested object forms to ActiveRecord and the helpers in ActionPack
...
Signed-Off-By: Michael Koziarski <michael@koziarski.com >
[#1202 state:committed]
2009-02-01 14:44:30 +13:00
Jeremy Kemper
a02d752ae4
Ruby 1.9 compat: omit Rack::Lint from integration tests until it accepts String headers and bodies
2009-01-31 11:03:00 -08:00