Darragh Curran
|
7e4ea5f4a2
|
Allow overriding id for feed and entry with atom_feed_builder. [#485 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-08-21 13:37:26 +01:00 |
|
Joshua Peek
|
6be8251ec8
|
Simplified and renamed CallbackChain union method to replace_or_append!
|
2008-08-21 00:51:06 -05:00 |
|
Joshua Peek
|
f388725bd6
|
Partial revert of 2681685 premature TypeArray abstraction
|
2008-08-21 00:28:25 -05:00 |
|
Joshua Peek
|
47cd8b81cc
|
Switched integration test runner to use Rack processor instead of CGI
|
2008-08-20 13:37:18 -05:00 |
|
Joshua Peek
|
3a2ff17af6
|
Don't shadow query string method
|
2008-08-19 20:24:34 -05:00 |
|
Ryan Bates
|
a8ece12fe2
|
Return nil instead of a space when passing an empty collection or nil to 'render :partial' [#791 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-19 19:09:04 -05:00 |
|
Joshua Peek
|
71c4ff07ab
|
Delegate xhr helper method to integration session
|
2008-08-19 18:53:46 -05:00 |
|
Jamis Buck
|
6e4ea66dc0
|
Make AbstractRequest.if_modified_sense return nil if the header could not be parsed
|
2008-08-19 16:07:17 -06:00 |
|
Joshua Peek
|
977317da55
|
hack around CGI session close
|
2008-08-19 16:29:02 -05:00 |
|
Joshua Peek
|
c1a8690d58
|
Consistently use the framework's configured logger and avoid reverting to RAILS_DEFAULT_LOGGER unless necessary.
|
2008-08-18 23:36:13 -05:00 |
|
Ryan Bates
|
38c7d73e73
|
pass yielded arguments to block for ActionView::Base#render with :layout [#847 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-17 19:29:24 -05:00 |
|
Joshua Peek
|
f245658495
|
Use Response status accessor instead of the Status header
|
2008-08-17 19:13:49 -05:00 |
|
Joshua Peek
|
b8e930aa01
|
Merge RackProcess#normalize_headers logic into AbstractResponse#prepare!
|
2008-08-17 19:09:38 -05:00 |
|
Jeremy Kemper
|
8aad8cb390
|
Set cache control to require revalidation if cache freshness response headers are set. Don't set Content-Length header if 304 status.
|
2008-08-14 21:45:14 -07:00 |
|
Jeremy Kemper
|
f1f4e84a7e
|
Fix asset file paths with dangling queries in mtime check
|
2008-08-14 12:28:02 -07:00 |
|
Jeremy Kemper
|
c7e09a8fb2
|
TestRequest#recycle! uses unmemoize_all to reset cached request method, accepts, etc.
|
2008-08-13 17:26:27 -07:00 |
|
Joshua Peek
|
3b9324e62f
|
Fix rendering partials at the top level [#795 state:resolved]
|
2008-08-13 19:15:35 -05:00 |
|
Josh Susser
|
2561be005b
|
Refactor Filter predicate methods to use inheritance. [#815 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-08-13 21:48:37 +01:00 |
|
Jeremy Kemper
|
1b127fcdea
|
Set asset-cached file ctime and mtime to the max mtime of the combined files. Allows for consistent ETag generation without having a shared filesystem.
|
2008-08-12 20:18:03 -07:00 |
|
Jeremy Kemper
|
45b79d933c
|
Merge branch 'conditional-get'
|
2008-08-12 17:03:17 -07:00 |
|
Stefan Kaes
|
b2630502a0
|
Fixed autolink regexp compatibility for ruby 1.9 [#783 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-09 10:48:56 -05:00 |
|
miloops
|
ea0d036e31
|
mail_to should use decodeURIcomponent instead of unescape to be utf friendly.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-08-08 15:31:02 +02:00 |
|
Jeremy Kemper
|
ba2d61dd81
|
Update tests for request memoization
|
2008-08-08 02:31:12 -07:00 |
|
Jeremy Kemper
|
c24a7cdd23
|
Don't shadow host method
|
2008-08-08 02:29:37 -07:00 |
|
James Rosen
|
14cf9a8991
|
dryed up resources; fixed small formatting issue in resources rdoc
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-08-08 10:47:26 +02:00 |
|
Jeremy Kemper
|
b7529ed1cc
|
Simplifying usage of ETags and Last-Modified and conditional GET requests
|
2008-08-07 23:43:12 -07:00 |
|
Jeremy Kemper
|
e43d1c226d
|
Inherit these from AbstractRequest instead
|
2008-08-07 23:34:36 -07:00 |
|
Clemens Kofler
|
105093f907
|
Refactor DateHelper to use DateTimeSelector presenter pattern
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-07 13:13:47 -05:00 |
|
Joshua Peek
|
b2504f8ba0
|
Tidy up ActionMailer rendering logic to take advantage of view path cache instead of using file system lookups
|
2008-08-06 20:11:21 -05:00 |
|
Jeremy Kemper
|
165120a606
|
Be more careful about deducing action_methods
|
2008-08-06 15:23:57 -07:00 |
|
Joshua Peek
|
e5b1ab7cc3
|
MemoryStore is the only "unsafe" store. Make it threadsafe by default.
|
2008-08-06 14:54:18 -05:00 |
|
Jeremy Kemper
|
29a06f10e8
|
Strip newlines from cookie session data
|
2008-08-05 19:28:52 -07:00 |
|
Jeremy Kemper
|
69e9cbb99a
|
Ensure public superclass methods don't shadow public controller methods. Case in point, ruby-debug's Kernel#start shadowing a controller's start action.
|
2008-08-05 17:35:08 -07:00 |
|
Jeffrey Hardy
|
8d72b82b8d
|
Make assert_template failure message more friendly
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-05 16:29:56 -05:00 |
|
Clemens Kofler
|
dc66469e64
|
Fixed i18n bulk translate issues in NumberHelper
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-04 22:26:14 -05:00 |
|
Jeremy Kemper
|
ddd552504b
|
Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need escaping
|
2008-08-04 18:37:53 -07:00 |
|
Jeremy Kemper
|
909a7f430b
|
Ensure mailer view path is loaded when it's assigned. Path#[] raises if it isn't loaded.
|
2008-07-31 17:51:43 -07:00 |
|
Jeremy Kemper
|
ad4553587e
|
List available actions in UnknownAction exception message
|
2008-07-31 17:50:53 -07:00 |
|
Tarmo Tänav
|
0b9bfbdebf
|
Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby"
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-31 16:39:48 -05:00 |
|
Tarmo Tänav
|
656f0e7c6c
|
Fix file permissions
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-31 16:36:23 -05:00 |
|
miloops
|
f3da46effa
|
In javascript helpers option[:type] = :synchronous should work as described in docs.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-31 21:28:12 +02:00 |
|
miloops
|
eaab895f83
|
Prototype helpers should generate Element.insert instead of Insertion.new, which has been deprecated in Prototype 1.6.
|
2008-07-30 01:42:32 -07:00 |
|
Joshua Peek
|
a065b764e5
|
Reapply 'cab168ac' because it was accidentally patched over in '10d9fe4b'
|
2008-07-29 22:04:07 -05:00 |
|
Clemens Kofler
|
fea7771d22
|
Updated NumberHelper: Full i18n support (except number_to_phone), consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-29 21:47:02 -05:00 |
|
Jan De Poorter
|
7aaf1689dd
|
Fix that label_tag doesn't take a symbol for a name. [#719 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-29 12:39:21 +01:00 |
|
Jeremy Kemper
|
eb256718c3
|
Remove send! usage, relic of reverted 1.9 behavior
|
2008-07-28 13:54:10 -07:00 |
|
Joshua Peek
|
19db0b7324
|
Added back ActionController::Base.allow_concurrency flag and moved lock down to controller processing.
|
2008-07-28 14:31:40 -05:00 |
|
Joshua Peek
|
a5db148825
|
Prepare Route#generate and Route#recognize early. Also refactor segments a bit to try to make immutable.
|
2008-07-28 13:41:42 -05:00 |
|
Joshua Peek
|
e0513e33c4
|
Routing whitespace cleanup
|
2008-07-28 13:38:20 -05:00 |
|
Pratik Naik
|
6e75455125
|
Merge docrails changes
|
2008-07-28 12:33:24 +01:00 |
|