.. |
assertions
|
Fixed that assert_template_xpath_matches did not indicate when a path was not found #658 [Eric Hodel]
|
2005-02-18 17:13:57 +00:00 |
cgi_ext
|
Fixed that query params could be forced to nil on a POST due to the raw post fix #562 [moriq@moriq.com]
|
2005-02-07 14:23:19 +00:00 |
session
|
Fixed the verbosity of using the AR store
|
2005-02-17 01:23:41 +00:00 |
templates
|
A hopefully more successful attempt at the Routing branch merge
|
2005-02-15 01:45:35 +00:00 |
base.rb
|
Fixed that a bunch of methods from ActionController::Base was accessible as actions (callable through a URL) when they shouldn't have been #644 [Nicholas Seckar]. Base#hide_actions(*names) to hide public methods from a controller that would otherwise have been callable through the URL. For the majority of cases, its preferred just to make the methods you don't want to expose protected or private (so they'll automatically be hidden) -- but if you must have a public method, this is a way to make it uncallable. Base#hidden_actions retrieve the list of all hidden actions for the controller #644 [Nicholas Seckar]
|
2005-02-17 18:59:51 +00:00 |
benchmarking.rb
|
Initial
|
2004-11-24 01:04:44 +00:00 |
caching.rb
|
Fixed documentation snafus #575, #576, #577, #585
|
2005-02-07 14:15:53 +00:00 |
cgi_process.rb
|
A hopefully more successful attempt at the Routing branch merge
|
2005-02-15 01:45:35 +00:00 |
components.rb
|
Added preliminary version of render_component
|
2005-02-19 20:29:55 +00:00 |
cookies.rb
|
Fixed documentation snafus #575, #576, #577, #585
|
2005-02-07 14:15:53 +00:00 |
dependencies.rb
|
Move Controllers wrapper module away from environment.rb and into dependencies.rb
|
2005-02-15 16:21:56 +00:00 |
filters.rb
|
Fixed documentation snafus #575, #576, #577, #585
|
2005-02-07 14:15:53 +00:00 |
flash.rb
|
Fixed documentation snafus #575, #576, #577, #585
|
2005-02-07 14:15:53 +00:00 |
helpers.rb
|
A hopefully more successful attempt at the Routing branch merge
|
2005-02-15 01:45:35 +00:00 |
layout.rb
|
Fixed documentation snafus #575, #576, #577, #585
|
2005-02-07 14:15:53 +00:00 |
request.rb
|
Fixed https handling on other ports than 443 [Alan Gano]
|
2005-02-16 12:08:00 +00:00 |
rescue.rb
|
Enable diagnostics screen again
|
2005-02-16 16:39:14 +00:00 |
response.rb
|
Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates]
|
2004-12-31 17:07:20 +00:00 |
routing.rb
|
Added defaults and regexp requirements to Routing #666
|
2005-02-19 01:16:09 +00:00 |
scaffolding.rb
|
Fixed scaffolding and routes conflict #669
|
2005-02-19 17:10:04 +00:00 |
session.rb
|
Forgot to include the new session module
|
2004-12-22 14:30:29 +00:00 |
test_process.rb
|
A hopefully more successful attempt at the Routing branch merge
|
2005-02-15 01:45:35 +00:00 |
url_rewriter.rb
|
A hopefully more successful attempt at the Routing branch merge
|
2005-02-15 01:45:35 +00:00 |