Joshua Peek
|
55bfe6be52
|
Ensure ActionView::PathSet::Path is not initialized with a precompiled path
|
2008-07-19 15:27:55 -05:00 |
|
Kevin Glowacz
|
1b4b1aa725
|
Fixed index and auto index for nested fields_for [#327 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-19 15:10:12 -05:00 |
|
David Heinemeier Hansson
|
706425e154
|
Update Prototype to 1.6.0.2 (Patrick Joyce) [#599 status:committed]
|
2008-07-19 13:56:38 -05:00 |
|
Clemens Kofler
|
c98692abcf
|
Removed handling of string parameter in link_to to have all URL generation done by url_for
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-19 13:06:43 -05:00 |
|
Clemens Kofler
|
938caf4e6b
|
Removed unused option from FormHelper#fields_for [#641 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-19 12:40:30 -05:00 |
|
Joshua Peek
|
e23156e87b
|
Only create a path for ActionMailer template root instead of a path set. Better fix than 7461227
|
2008-07-19 12:35:42 -05:00 |
|
Joshua Peek
|
7461227352
|
Ruby 1.9: Call join on template_root instead of to_s
|
2008-07-19 12:23:08 -05:00 |
|
Joshua Peek
|
e0d7bace4e
|
Prefer Mongrel over Thin [#658 state:resolved]
|
2008-07-19 11:42:27 -05:00 |
|
Joshua Peek
|
576cae0043
|
Stub out timestamped_migrations in generator tests
|
2008-07-19 11:34:32 -05:00 |
|
Joshua Peek
|
3fdd1acab6
|
Dropped SQLite 2 from default test runner
|
2008-07-19 11:30:15 -05:00 |
|
Joshua Peek
|
b74b97fef5
|
Update uses_mocha in ActionMailer and ActiveResource
|
2008-07-19 11:14:12 -05:00 |
|
Joshua Peek
|
8c2e839e5a
|
Fix some warnings in i18n lib
|
2008-07-19 11:04:23 -05:00 |
|
Joshua Peek
|
d84d99a8f7
|
Undefine old run method
|
2008-07-19 10:52:30 -05:00 |
|
Tom Ward
|
f205939348
|
Ensure checked value is a string when validating case-sensitive uniqueness [#361 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-19 16:14:39 +01:00 |
|
Joshua Peek
|
cab168ac9b
|
Ruby 1.9: Fixed regexp warning by replacing nested repeat operator + and ? with '*'
|
2008-07-19 00:46:02 -05:00 |
|
Joshua Peek
|
108ed4a566
|
Ruby 1.9: Strip encoding from ERB source since you can not change character encoding during a method
|
2008-07-19 00:24:02 -05:00 |
|
Joshua Peek
|
c609be4596
|
Ruby 1.9: Ensure Memoizable#freeze is only overriden once to avoid an endless loop
|
2008-07-18 23:30:36 -05:00 |
|
Tom Ward
|
d39485078e
|
Raise ArgumentError if an invalid method is specified as part of a route's conditions. Also raise an error if HEAD is specified as the method, as rails routes all HEAD requests through the equivalent GET, though doesn't return the response body [#182 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-18 20:19:03 -05:00 |
|
Tom Ward
|
c3d1fda555
|
Set the response content type to that of found template if not explicitly set elsewhere [#444 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-18 20:14:12 -05:00 |
|
Joshua Peek
|
d2ccb852d4
|
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything.
|
2008-07-18 16:00:20 -05:00 |
|
Joshua Peek
|
ef6f6625c9
|
Changed ActiveSupport::Memoizable API to extend since it mainly adds the memoize class method
|
2008-07-18 15:32:28 -05:00 |
|
Joshua Peek
|
e1f23da53c
|
Allow memoized methods to be reloaded and allow multiple symbols
|
2008-07-18 11:19:38 -05:00 |
|
Jeremy Kemper
|
7430c4168f
|
Decrease default benchmark runs from 10 to 4
|
2008-07-17 23:18:21 -07:00 |
|
Jeremy Kemper
|
57a2780f14
|
etag! and last_modified! conditional GET helpers
|
2008-07-17 23:18:10 -07:00 |
|
Joachim Garth
|
a1fcbd971d
|
Make sure association preloading works with full STI class name [#465 state:Resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-18 03:44:44 +01:00 |
|
Jeremy Kemper
|
1e0f94a77c
|
Introduce simple internationalization support
|
2008-07-17 14:56:12 -07:00 |
|
Jeremy Kemper
|
8f9702db5c
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-07-17 14:43:08 -07:00 |
|
Joshua Peek
|
7359597004
|
Wrap AssetTagHelper's computed public path cache in a threadsafe store
|
2008-07-17 16:03:48 -05:00 |
|
Joshua Peek
|
0eef4e554d
|
Allow ActiveSupport::Cache logger to be silenced
|
2008-07-17 16:00:59 -05:00 |
|
Joshua Peek
|
94cf6675d5
|
Cleanup ActiveSupport::Cache::ThreadSafety module and add test coverage
|
2008-07-17 15:29:30 -05:00 |
|
Jeremy Kemper
|
636e6b7138
|
Merge branch 'master' into i18n-merge
Conflicts:
actionpack/lib/action_view/helpers/form_options_helper.rb
activerecord/lib/active_record/validations.rb
|
2008-07-17 11:52:56 -07:00 |
|
Pratik Naik
|
99930d499e
|
Fix symbol cookie test
|
2008-07-17 18:19:09 +01:00 |
|
MatthewRudy
|
7e8aee7e6c
|
Add extra tests to ensure Hash#slice works with an array as a key. #613
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 15:34:51 +01:00 |
|
Pratik Naik
|
b3a2ee7b87
|
Revert "Hash#slice supports an array of keys [#613 state:resolved]"
This reverts commit 396f9df891.
|
2008-07-17 15:28:02 +01:00 |
|
Nik Wakelin
|
bbab639136
|
Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 02:54:45 +01:00 |
|
Joshua Peek
|
d8a72b32c5
|
Revert "Run callbacks from object's metaclass"
|
2008-07-16 20:23:44 -05:00 |
|
Lawrence Pit
|
40dbebba28
|
Allow deep merging of hash values for nested with_options. [#490 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 01:59:08 +01:00 |
|
Joshua Peek
|
cd63015570
|
All 2xx requests are considered successful [#217 state:resolved]
|
2008-07-16 19:49:46 -05:00 |
|
Ripta Pasay
|
f7fdbae770
|
Use fully-qualified controller name when logging. [#600 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 01:33:44 +01:00 |
|
Josh Owens
|
396f9df891
|
Hash#slice supports an array of keys [#613 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-16 19:31:37 -05:00 |
|
Joshua Peek
|
7ae2105d57
|
MemCacheStore#decrement should use data instance variable not local variable [#521 state:resolved]
|
2008-07-16 18:46:04 -05:00 |
|
David Heinemeier Hansson
|
73ade4fe10
|
Resolved conflict
|
2008-07-16 17:45:28 -05:00 |
|
David Heinemeier Hansson
|
8fe01de2e8
|
Fixed that AssetTagHelper#compute_public_path shouldn't cache the asset_host along with the source or per-request proc's won't run [DHH]
|
2008-07-16 17:39:14 -05:00 |
|
Sven Fuchs
|
842917dea0
|
moving country helpers from form_options_helper to form_country_helper again
|
2008-07-16 11:30:57 -07:00 |
|
Sven Fuchs
|
428b77debd
|
fixing another timezone dependent test
|
2008-07-16 11:07:08 -07:00 |
|
Pratik Naik
|
90c930f45c
|
Allow Dispatcher exceptions to be handled in application.rb using rescue_from
|
2008-07-16 18:54:08 +01:00 |
|
Sven Fuchs
|
0ac342fbe5
|
make i18n date/time tests timezone independent
|
2008-07-16 10:51:48 -07:00 |
|
Stefan Kaes
|
c64d749abd
|
Fixed template recompile logic [#630 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-16 08:26:23 -05:00 |
|
Pratik Naik
|
0432d15164
|
Merge with docrails.
|
2008-07-16 13:01:23 +01:00 |
|
Joshua Peek
|
f7d08acd5e
|
Add some useful comments to rackup config
|
2008-07-15 23:32:31 -05:00 |
|