index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include all of session creation in stale_session_check
Jeremy Kemper
2005-11-09
1
-6
/
+8
*
assert_tag uses exact matches for string conditions, instead of partial match...
Jamis Buck
2005-11-09
1
-1
/
+1
*
Delete existing sessions with the same session id before creating a new sessi...
Jeremy Kemper
2005-11-09
1
-27
/
+42
*
CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...
Jeremy Kemper
2005-11-09
2
-41
/
+56
*
Controllers with acronyms in their names (e.g. PDFController) require the cor...
Jeremy Kemper
2005-11-08
1
-1
/
+12
*
Fix docs (closes #2725)
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
*
Fix conflict with assert_tag and Glue gem (closes #2255) [david.felstead@gmai...
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
*
Add documentation to assert_tag indicating that it only works with well-forme...
Jamis Buck
2005-11-06
1
-0
/
+6
*
Update paginator docs. Closes #2744.
Jeremy Kemper
2005-11-05
1
-1
/
+2
*
Fix assert_no_tag
David Heinemeier Hansson
2005-11-04
1
-1
/
+1
*
Added skip_before_filter/skip_after_filter for easier control of the filter c...
David Heinemeier Hansson
2005-11-04
2
-1
/
+49
*
Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...
David Heinemeier Hansson
2005-11-02
1
-0
/
+6
*
ensure close_session in AC::Base#process
Jeremy Kemper
2005-11-02
1
-2
/
+2
*
Fix problem where redirecting components can cause an
Scott Barron
2005-10-30
1
-0
/
+1
*
Removed erroneous arg-size check in AC::Base.fragment_cache_store=. Closes #...
Jeremy Kemper
2005-10-29
1
-1
/
+1
*
Fix that render :text didn't interpolate instance variables (Closes #2629, #2...
David Heinemeier Hansson
2005-10-28
1
-0
/
+1
*
Fix line number detection and escape RAILS_ROOT in backtrace Regexp
Nicholas Seckar
2005-10-27
1
-3
/
+0
*
Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces
Nicholas Seckar
2005-10-27
1
-1
/
+1
*
Remove fingerprinting from AR session store; fix bug in store. Closes #2612
Nicholas Seckar
2005-10-26
1
-29
/
+18
*
Proper CSS color definition (closes #2334)
David Heinemeier Hansson
2005-10-26
1
-1
/
+1
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
10
-36
/
+36
*
Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...
David Heinemeier Hansson
2005-10-26
1
-0
/
+4
*
Reset template variables after using render_to_string. Closes #2559
Nicholas Seckar
2005-10-25
1
-0
/
+2
*
Take a different approach to keeping flash around when using components.
Scott Barron
2005-10-25
2
-3
/
+11
*
Expose the session model backing CGI::Session
Jeremy Kemper
2005-10-20
2
-2
/
+17
*
Abbreviate RAILS_ROOT in traces
Jamis Buck
2005-10-19
1
-0
/
+5
*
Update error trace templates
Nicholas Seckar
2005-10-18
1
-15
/
+18
*
Fix the html-scanner to count children correctly, playing nicely with :only, ...
Jamis Buck
2005-10-18
1
-1
/
+5
*
Use the more appropriate columns_hash to get the session data column size limit.
Marcel Molina
2005-10-17
1
-1
/
+1
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
6
-19
/
+21
*
Add missing file
Nicholas Seckar
2005-10-16
1
-0
/
+21
*
added assert_valid to AP
Tobias Lütke
2005-10-16
1
-0
/
+7
*
Add line and file information to test process' get, post, etc methods
Nicholas Seckar
2005-10-16
1
-1
/
+1
*
Allow ARStore::Session to indicate that it should not be reloaded in dev mode
Jamis Buck
2005-10-15
1
-0
/
+5
*
Clean up error pages by providing better backtraces
Nicholas Seckar
2005-10-15
2
-15
/
+6
*
reasoning behind the seemingly duplicated method
Michael Koziarski
2005-10-15
1
-1
/
+2
*
Add code and message to test response as per #2460
Michael Koziarski
2005-10-15
1
-0
/
+8
*
Raise an exception if an attempt is made to insert more session data into the...
Marcel Molina
2005-10-15
2
-4
/
+31
*
action pack asserts don't spam you with unnecissary backtraces anymore
Tobias Lütke
2005-10-15
1
-69
/
+96
*
If a component redirects when called with render_component_as_string, render the
Scott Barron
2005-10-15
1
-1
/
+8
*
Take retry with breakpoint out until we fix it
David Heinemeier Hansson
2005-10-15
1
-1
/
+1
*
Fix Request#host_with_port to use the standard port when Rails is behind a pr...
Nicholas Seckar
2005-10-15
2
-3
/
+19
*
Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]
David Heinemeier Hansson
2005-10-13
1
-3
/
+3
*
Unset the X-Requested-With header when using the xhr wrapper in functional te...
Sam Stephenson
2005-10-13
1
-1
/
+3
*
Unescape paths before writing cache to file system. Closes #1877.
Marcel Molina
2005-10-12
1
-1
/
+1
*
Speed improvement for session_options. #2287. [skaes@web.de]
Jamis Buck
2005-10-11
1
-18
/
+29
*
Make cacheing binary files friendly with Windows. Closes #1975.
Marcel Molina
2005-10-11
1
-2
/
+2
*
Make assert_tag :children count appropriately. Closes #2181.
Marcel Molina
2005-10-09
1
-1
/
+1
*
Made the documentation about render template/file sane
David Heinemeier Hansson
2005-10-03
1
-6
/
+11
*
Use a nicer date format
David Heinemeier Hansson
2005-10-01
1
-1
/
+1
[next]