Jeremy Kemper
|
4073a6d0a2
|
Remove XmlSimple dependencies
|
2008-11-25 19:49:49 -08:00 |
|
Joshua Peek
|
3dd3ffde06
|
Depend on rack 0.4.0 instead of vendoring it
|
2008-11-25 13:20:12 -06:00 |
|
Joshua Peek
|
d4754677a3
|
Deprecate assert_valid
|
2008-11-25 12:32:14 -06:00 |
|
Joshua Peek
|
759183c822
|
Ensure ActionView will be available to ActionMailer if ActionController is not loaded
|
2008-11-25 10:38:20 -06:00 |
|
Craig Davey
|
f8558798d4
|
Ensure all HTML:: constants are available to autoload [#1462 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-11-25 10:05:59 -06:00 |
|
Jeremy Kemper
|
104f3a5776
|
Add config.preload_frameworks to load all frameworks at startup. Default to false so Rails autoloads itself as it's used.
|
2008-11-24 18:43:04 -08:00 |
|
Jeremy Kemper
|
565fad350e
|
Ruby 1.9 compat: explicitly require delegate for cookie's DelegateClass
|
2008-11-24 12:05:17 -08:00 |
|
Geoff Garside
|
61becfe2b9
|
Test default singleton resource route to ensure it uses GET. This is important if using map.root :resource instead of map.root :resources for some reason.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-11-24 19:19:56 +01:00 |
|
Geoff Garside
|
eac16d0ee1
|
Reorder the way in which map.resource routes are added to the set. This prevents the singular named route from hitting :create instead of :show.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-11-24 19:19:55 +01:00 |
|
Joshua Peek
|
8aeed003f5
|
prototype and scripty helpers require json
|
2008-11-24 12:17:07 -06:00 |
|
Joshua Peek
|
a76351093c
|
helpers require dependencies
|
2008-11-24 12:17:07 -06:00 |
|
Joshua Peek
|
703fecb4fc
|
Add LAZY env flag for testing autoload/lazy load feature
|
2008-11-24 11:37:57 -06:00 |
|
Joshua Peek
|
426a86ab1e
|
prefer autoloaded html scanner
|
2008-11-24 10:20:41 -06:00 |
|
Joshua Peek
|
f0f07c6427
|
prefer autoloading Mime::Type
|
2008-11-24 10:05:15 -06:00 |
|
Joshua Peek
|
5ffd1e0c02
|
Ensure integration test is load in script/console [#1452 state:resolved]
|
2008-11-24 09:58:52 -06:00 |
|
Jeremy Kemper
|
2dd0ec48a5
|
Autoload HTML::Document and sanitizers
|
2008-11-23 19:12:00 -08:00 |
|
Jeremy Kemper
|
fb4bb93d43
|
Drop unneeded drb require
|
2008-11-23 18:29:38 -08:00 |
|
Jeremy Kemper
|
95072a6846
|
Fix dangling tzinfo dependency
|
2008-11-23 16:12:41 -08:00 |
|
Jeremy Kemper
|
e931012287
|
Require Mocha >= 0.9.3 which includes a MiniTest adapter
|
2008-11-23 15:05:59 -08:00 |
|
Joshua Peek
|
31ce92f7b5
|
Use autoload instead of explicit requires for ActionController
|
2008-11-23 16:35:47 -06:00 |
|
Jeremy Kemper
|
6de1060eb5
|
Changelog for #1448. Mention updating old translations with storage_units key.
|
2008-11-23 13:22:46 -08:00 |
|
Joshua Peek
|
d75a234501
|
simplify console with helpers
|
2008-11-23 15:15:20 -06:00 |
|
Yaroslav Markin
|
d36158794b
|
Add i18n for number_to_human_size() helper storage units. Translation key is number.human.storage_units.
[#1448 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2008-11-23 13:11:59 -08:00 |
|
Jeremy Kemper
|
2db8571edf
|
Don't hide deeper LoadErrors
|
2008-11-23 13:10:27 -08:00 |
|
Joshua Peek
|
bc4d05b244
|
A back support for legacy TemplateHandler#render API
|
2008-11-23 13:57:01 -06:00 |
|
Joshua Peek
|
2c01f2b4e9
|
use autoload instead of explicit requires for ActionView
|
2008-11-23 13:42:07 -06:00 |
|
Michael Koziarski
|
04d2d043ca
|
Move the cookie store to use the MessageVerifier class.
This removes support for ancient cookie-store generated cookies which were double escaped.
|
2008-11-23 16:42:15 +01:00 |
|
Michael Koziarski
|
9fdb15e60f
|
Change the forgery token implementation to just be a simple random string.
This deprecates the use of :secret and :digest which were only needed when we were hashing session ids.
|
2008-11-23 14:28:34 +01:00 |
|
Sam Pohlenz
|
5ea9f2cac6
|
Allow helpers directory to be overridden via ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
|
2008-11-23 13:42:53 +01:00 |
|
Jeremy Kemper
|
4d2ccbb364
|
Use a relative require for bundled rack lib
|
2008-11-22 22:40:32 -08:00 |
|
Jeremy Kemper
|
51383c57a2
|
MiniTest compat: don't check for test/unit's assertion in particular
|
2008-11-22 19:19:12 -08:00 |
|
Joshua Peek
|
cc67272cba
|
Vendor rack 0.4.0
|
2008-11-22 14:33:00 -06:00 |
|
Joshua Peek
|
20d6fdd256
|
write_fragment returns content if caching is disabled [#846 state:resolved]
|
2008-11-22 13:19:11 -06:00 |
|
Lance Ivy
|
cd1a9ed991
|
Add TestResponse#client_error? to check for 4xx status codes [#851 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-11-22 13:10:12 -06:00 |
|
David Heinemeier Hansson
|
f42c77f927
|
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH]
|
2008-11-22 18:06:08 +01:00 |
|
David Heinemeier Hansson
|
a026b4c983
|
Let ApplicationController stay unloaded for as long as possible
|
2008-11-22 13:24:37 +01:00 |
|
Jeremy Kemper
|
ebdbd854a9
|
Fix straggling references to Test::Unit::TestCase
|
2008-11-20 13:47:36 -08:00 |
|
Jeremy Kemper
|
20a346170c
|
Mocha >= 0.9.0 must be available for Action Pack tests
|
2008-11-19 19:14:52 -08:00 |
|
Aaron Batalion
|
e54c33bfc8
|
need to make sure the asset type is cached with it in Cache.. name is sufficient, not self
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2008-11-19 15:56:38 -08:00 |
|
Aaron Batalion
|
d7f4921a9a
|
Fixed asset host to not cache objects [#1419 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-11-19 17:29:09 -06:00 |
|
Pratik Naik
|
dbbaccbcda
|
Revert "Simplify benchmarking and rescue". Need a different approach.
This reverts commit 3be9134d1c.
|
2008-11-20 04:50:34 +05:30 |
|
Pratik Naik
|
3be9134d1c
|
Simplify benchmarking and rescue
|
2008-11-20 04:17:48 +05:30 |
|
Pratik Naik
|
aeae79dc45
|
Remove deprecated ActionController::Base#assign_default_content_type_and_charset
|
2008-11-19 22:25:08 +05:30 |
|
David Heinemeier Hansson
|
51a19ae2bf
|
Assume that the next version is going to be 2.3 for now
|
2008-11-19 14:12:38 +01:00 |
|
David Heinemeier Hansson
|
e442448fa3
|
Changed the default of ActionView#render to assume partials instead of files when not given an options hash [DHH]
|
2008-11-19 14:06:15 +01:00 |
|
David Heinemeier Hansson
|
130fe74d17
|
Changed the default of ActionView#render to assume partials instead of files when not given an options hash [DHH]
|
2008-11-19 14:00:16 +01:00 |
|
Pratik Naik
|
27c03e69e9
|
Remove deprecated render_component. Please use the plugin from http://github.com/rails/render_component/tree/master
|
2008-11-19 17:48:57 +05:30 |
|
Hiroshi Saito
|
291d199de1
|
Let polymorphic_path treat an array contains single name as without array [#1386 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
|
2008-11-19 12:07:12 +01:00 |
|
Gabe da Silveira
|
917428bcce
|
Make optimized named routes respect all reserved options and tie it into UrlRewriter::RESERVED_OPTIONS so it's DRY
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-11-18 22:47:33 +01:00 |
|
Luke Melia
|
60d6f25517
|
Fix rendering html partial via inline render when with :js format [#1399 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-11-18 15:19:16 -06:00 |
|