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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed some test cases
David Heinemeier Hansson
2005-01-01
2
-3
/
+2
*
Added class declaration for the MissingFile exception #388 [Kent Sibilev]
David Heinemeier Hansson
2005-01-01
2
-1
/
+5
*
Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...
David Heinemeier Hansson
2004-12-31
2
-0
/
+4
*
Added second boolean parameter to Base.redirect_to_url and Response#redirect ...
David Heinemeier Hansson
2004-12-31
3
-5
/
+8
*
Auto-requiring of helpers should stay silent when it isn't found for whatever...
David Heinemeier Hansson
2004-12-31
2
-1
/
+3
*
Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...
David Heinemeier Hansson
2004-12-31
1
-4
/
+4
*
Updated Rakefiles for the server move
David Heinemeier Hansson
2004-12-30
1
-3
/
+3
*
Rearranging dependencies
David Heinemeier Hansson
2004-12-29
1
-0
/
+1
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@276 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2004-12-29
1
-19
/
+0
*
Moved support files into Active Support
David Heinemeier Hansson
2004-12-29
6
-315
/
+0
*
Moved the cookies fix to cgi_ext
David Heinemeier Hansson
2004-12-29
2
-1
/
+122
*
Added documentation for using render_with_layout
David Heinemeier Hansson
2004-12-29
1
-0
/
+16
*
Added :host and :protocol options to url_for and friends to redirect to anoth...
David Heinemeier Hansson
2004-12-23
3
-3
/
+22
*
Releasing Rails 0.9.2
David Heinemeier Hansson
2004-12-22
2
-10
/
+10
*
Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...
David Heinemeier Hansson
2004-12-22
4
-5
/
+11
*
Forgot to include the new session module
David Heinemeier Hansson
2004-12-22
1
-0
/
+14
*
Added search through session to clear out association caches at the end of ea...
David Heinemeier Hansson
2004-12-22
2
-0
/
+5
*
Added more informative exception when using helper :some_helper and the helpe...
David Heinemeier Hansson
2004-12-22
3
-3
/
+17
*
Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...
David Heinemeier Hansson
2004-12-21
2
-1
/
+3
*
Fixed error rendering of rxml documents to not just swallow the exception and...
David Heinemeier Hansson
2004-12-21
2
-8
/
+9
*
FormHelper should only use *_before_type_cast if they available on the model
David Heinemeier Hansson
2004-12-19
1
-1
/
+5
*
Fixed that textilize and markdown would instantiate their engines even on emp...
David Heinemeier Hansson
2004-12-19
2
-2
/
+4
*
Added documentation for automatic layout inclusion #328 [Marcel]
David Heinemeier Hansson
2004-12-19
1
-0
/
+9
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
5
-8
/
+23
*
Added Request#port_string to get something like ":8080" back on 8080 and "" o...
David Heinemeier Hansson
2004-12-18
4
-7
/
+34
*
Added Request#domain (returns string) and Request#subdomains (returns array).
David Heinemeier Hansson
2004-12-18
3
-0
/
+42
*
Added POST support for the breakpoint retries, so form processing that raises...
David Heinemeier Hansson
2004-12-18
2
-1
/
+17
*
Tagged the 0.9.1 release
David Heinemeier Hansson
2004-12-17
1
-2
/
+2
*
Fixed a bug that would cause an ApplicationController to require itself three...
David Heinemeier Hansson
2004-12-17
3
-5
/
+11
*
Rails 0.9 is a reality
David Heinemeier Hansson
2004-12-16
2
-2
/
+2
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
1
-0
/
+36
*
Updated documentation
David Heinemeier Hansson
2004-12-16
12
-53
/
+80
*
Added that controllers will now attempt to require a model dependency with th...
David Heinemeier Hansson
2004-12-16
2
-0
/
+16
*
Fixed DateHelper#date_select so that you can pass include_blank as an option ...
David Heinemeier Hansson
2004-12-15
3
-1
/
+148
*
Documented select, collection_select, and country_select #304 [Ulysses]
David Heinemeier Hansson
2004-12-15
1
-3
/
+13
*
Updated examples to use ApplicationController instead of AbstractApplicationC...
David Heinemeier Hansson
2004-12-15
1
-7
/
+10
*
Added that controllers will now search for a layout in $template_root/layouts...
David Heinemeier Hansson
2004-12-15
1
-1
/
+15
*
Added FormHelper#radio_button to work with radio buttons like its already pos...
David Heinemeier Hansson
2004-12-14
3
-0
/
+35
*
Added TemplateError#backtrace that makes it much easier to debug template err...
David Heinemeier Hansson
2004-12-13
2
-3
/
+12
*
Added the option of passing false to :module or :controller_prefix in order t...
David Heinemeier Hansson
2004-12-13
3
-5
/
+29
*
Updated unit tests to reflect lowercase post as method in form tags
David Heinemeier Hansson
2004-12-13
1
-3
/
+3
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
2
-0
/
+6
*
Display error messages on scaffolded form pages
David Heinemeier Hansson
2004-12-12
2
-0
/
+2
*
Fixed the default button name on forms generated with form
David Heinemeier Hansson
2004-12-12
1
-3
/
+6
*
Added option to ERB templates to swallow newlines by using <% if something -%...
David Heinemeier Hansson
2004-12-12
2
-1
/
+33
*
Fixed CgiRequest so that it'll now accept session options with Symbols as key...
David Heinemeier Hansson
2004-12-12
3
-3
/
+15
*
Added that render_partial will always by default include a counter with value...
David Heinemeier Hansson
2004-12-12
1
-1
/
+8
*
Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...
David Heinemeier Hansson
2004-12-12
2
-4
/
+12
*
Fixed all helpers so that they use XHTML compliant double quotes for values i...
David Heinemeier Hansson
2004-12-12
6
-45
/
+46
*
Use lower-case post instead of POST as form method for XHTML compliance #290 ...
David Heinemeier Hansson
2004-12-12
3
-9
/
+9
[next]