Joshua Peek
|
68b76a38eb
|
Cleanup deprecation notices.
|
2010-01-18 09:49:38 -06:00 |
|
Joshua Peek
|
c29bb8857e
|
Clear out AS callback method pollution in AC::Base.action_methods
|
2010-01-17 22:06:28 -06:00 |
|
Joshua Peek
|
58fe3295fe
|
Base#action_methods delegates to Base.action_methods
|
2010-01-17 21:51:07 -06:00 |
|
Joshua Peek
|
eeba755a11
|
Accessing nonexistant cookies through the signed jar should not raise an
exception
|
2010-01-17 21:31:06 -06:00 |
|
Prem Sichanugrist
|
eb67532bc1
|
Make local_request? to returns true when facing ::1 IPv6 address [#3257 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-17 16:56:54 +01:00 |
|
José Valim
|
44a10a2440
|
Fix resources_path_names branch which was sending an array as entity. [#3715 status:resolved]
|
2010-01-17 16:18:14 +01:00 |
|
José Valim
|
020e656447
|
Move middleware builder back to Rails::Rack::Metal without losing the new behavior.
|
2010-01-17 13:23:38 +01:00 |
|
José Valim
|
27d9836ad3
|
Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.
|
2010-01-17 12:43:17 +01:00 |
|
José Valim
|
61ada28ed3
|
Get rid of prepare_each_request, since now it's a middleware initialization parameter.
|
2010-01-17 11:44:04 +01:00 |
|
José Valim
|
0334f9f6cf
|
Add ActionDispatch::Notifications middleware.
|
2010-01-17 11:29:51 +01:00 |
|
Joshua Peek
|
f9a4300415
|
debug helper output should not be sanitized
|
2010-01-16 21:43:03 -06:00 |
|
Joshua Peek
|
eb39d0f7b9
|
Use backtrace cleaner for dev mode exception page
|
2010-01-16 21:34:35 -06:00 |
|
Joshua Peek
|
d2d4acf027
|
Cookies middleware
|
2010-01-16 17:22:27 -06:00 |
|
Joshua Peek
|
603d4fbacd
|
Build middleware stack and reload routes after app initializers run
[#3709 state:resolved]
|
2010-01-16 16:15:32 -06:00 |
|
Pratik Naik
|
dba196cb7f
|
Merge docrails
|
2010-01-17 03:26:20 +05:30 |
|
Joshua Peek
|
e9a1dbe79a
|
Allow custom controller for resource(s) [#3703 state:resolved]
|
2010-01-16 15:16:22 -06:00 |
|
José Valim
|
92f49b5f1e
|
Split ActionDispatch http in smaller chunks.
|
2010-01-16 15:45:07 +01:00 |
|
Joshua Peek
|
b2578a148c
|
Fix singleton resource named routes
|
2010-01-15 16:31:00 -06:00 |
|
Joshua Peek
|
89082004b0
|
Fix const reference for SessionRestoreError
|
2010-01-15 16:20:12 -06:00 |
|
Joshua Peek
|
6437eb9f35
|
Always join scoped paths with slashes
|
2010-01-15 16:13:01 -06:00 |
|
Joshua Peek
|
576b8dda52
|
Cleanup internal resource macro to use method helper shorthand
|
2010-01-15 16:13:01 -06:00 |
|
Joshua Peek
|
184ef28f55
|
Routing method shorthand shouldn't clobber :to options
|
2010-01-15 14:55:13 -06:00 |
|
Joshua Peek
|
ead93c5be5
|
Move Flash into middleware
|
2010-01-15 14:55:13 -06:00 |
|
Joshua Peek
|
3eaf525213
|
Make HEAD method masquerade as GET so requests are routed correctly
|
2010-01-15 12:38:50 -06:00 |
|
José Valim
|
1c30ec23fe
|
In heterogeneous collections, neither the @path nor the @template are available, so we need to tell that we are simply rendering a collection.
|
2010-01-15 17:43:45 +01:00 |
|
José Valim
|
a0cdfdc771
|
Allow f.submit to be localized per object.
|
2010-01-15 16:10:19 +01:00 |
|
José Valim
|
e5a2a9fced
|
Remove URI object from ActiveResource notification, send the :mailer class in AM (like in AP#process_action) and remove locale instrumentation.
|
2010-01-15 15:57:33 +01:00 |
|
José Valim
|
4598d88749
|
Ensure log is flushed and tailed on failures.
|
2010-01-15 14:16:52 +01:00 |
|
José Valim
|
a5a9156b4e
|
Template rendering should include layout time.
|
2010-01-15 12:24:32 +01:00 |
|
José Valim
|
88dd60298e
|
Do not send the whole controller in notifications, cherry pick required pieces.
|
2010-01-15 12:24:31 +01:00 |
|
José Valim
|
8b9bff9557
|
Small tweaks in ActionController subscriber messages format.
|
2010-01-15 12:24:31 +01:00 |
|
José Valim
|
8c8942ed4f
|
Move Dispatcher setup to Railties and add instrumentation hook.
|
2010-01-15 12:24:30 +01:00 |
|
Joshua Peek
|
be968ecd8b
|
Respect resources_path_names and :path_names options in new dsl
|
2010-01-13 20:26:01 -06:00 |
|
Joshua Peek
|
0f51e45307
|
optimise_named_routes is unnecessary
|
2010-01-13 20:22:53 -06:00 |
|
José Valim
|
9038a4af35
|
Add documentation to f.submit and make scaffold generators use the new shortcut.
|
2010-01-14 02:02:07 +01:00 |
|
José Valim
|
35933822de
|
Ensure optional path scopes are properly handled.
|
2010-01-14 01:31:17 +01:00 |
|
Stephen Celis
|
2835ec6134
|
Custom 'type' attribute support for text_field. [#3646 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-14 01:07:04 +01:00 |
|
José Valim
|
214b548485
|
Make check boxes accept :multiple as option so they can handle collections (such as HABTM).
|
2010-01-14 01:07:03 +01:00 |
|
José Valim
|
d50bf47b00
|
Call :to_model before working with the object.
|
2010-01-14 01:07:03 +01:00 |
|
Carlos Antonio da Silva
|
8e0208f650
|
Add possibility to use i18n translatios in submit FormHelper.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-14 01:07:03 +01:00 |
|
José Valim
|
f921ad5c97
|
Tidy up ActiveRecord and Views runtime information on process action logger.
|
2010-01-14 01:07:03 +01:00 |
|
Joshua Peek
|
d01716731b
|
Add router support for resources :only and :except actions
|
2010-01-13 17:23:14 -06:00 |
|
Joshua Peek
|
bf9b81e2cb
|
Pass :as to resources to change the resource name
|
2010-01-13 12:18:06 -06:00 |
|
Joshua Peek
|
521ef3c40f
|
Passing in a crud action overloads the default action instead of creating a
new member action.
|
2010-01-13 11:45:27 -06:00 |
|
José Valim
|
b0d35ad00c
|
Test fragment/page cache and send data/file notifications.
|
2010-01-13 01:19:24 +01:00 |
|
José Valim
|
da5978c223
|
Add subscriber for ActionPack and move all logging inside it.
|
2010-01-13 01:19:23 +01:00 |
|
José Valim
|
d382e93d8f
|
Improve ActionPack logger output.
|
2010-01-11 23:38:17 +01:00 |
|
José Valim
|
a9eebde856
|
Merge branch 'master' of git://github.com/rails/rails
|
2010-01-11 15:18:24 +01:00 |
|
José Valim
|
0a8004efd2
|
Provide useful information when instrumenting partials.
|
2010-01-11 10:21:15 +01:00 |
|
Joshua Peek
|
02bbde4e78
|
Cleanup junk metal and revise API
API Change: Returning a "X-Cascade: pass" header triggers the cascade
instead of a 404 response.
|
2010-01-10 23:09:10 -06:00 |
|