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
...
*
Fix misleading documentation for truncate. [esad] Closes #9104
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Add missing changelog entry
Michael Koziarski
2007-09-03
1
-0
/
+2
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
18
-232
/
+159
*
Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]
Michael Koziarski
2007-09-02
2
-19
/
+87
*
Make auto link behave well with URLs containing email addresses. Closes #7313...
Michael Koziarski
2007-09-02
2
-5
/
+15
*
Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]
Michael Koziarski
2007-09-02
2
-0
/
+6
*
Documentation tweaks and fixes. Closes #9454 [sur, kampers]
Jeremy Kemper
2007-08-31
5
-15
/
+15
*
request.host works with IPv6 addresses. Closes #9458.
Jeremy Kemper
2007-08-31
3
-1
/
+15
*
Fix incorrectly named instance variable.
Michael Koziarski
2007-08-29
1
-1
/
+1
*
Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...
Michael Koziarski
2007-08-29
2
-18
/
+35
*
Only reload routes.rb if its been modified. [Dreamer3]
Michael Koziarski
2007-08-29
1
-2
/
+15
*
Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Improve documentation for ActionController::Helpers [jardeon] Closes #9359
Michael Koziarski
2007-08-28
1
-26
/
+73
*
Back out of [7300] -- it screwed up nested XML
David Heinemeier Hansson
2007-08-21
1
-3
/
+0
*
correct the ActionCacheTest from [7346]
Rick Olson
2007-08-20
1
-0
/
+2
*
Fix bug where action caching sets the content type to the ActionCachePath obj...
Rick Olson
2007-08-20
3
-1
/
+8
*
Add missing sentence
Michael Koziarski
2007-08-17
1
-3
/
+1
*
Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...
Michael Koziarski
2007-08-17
2
-15
/
+32
*
add missing layouts from [7321]
Rick Olson
2007-08-15
1
-0
/
+1
*
Find layouts even if they're not in the first view_paths directory. Closes #...
Rick Olson
2007-08-15
3
-6
/
+19
*
Fix failing active record store tests
Michael Koziarski
2007-08-14
1
-1
/
+2
*
Send freshness information when sending Etags. Without this internet explore...
Michael Koziarski
2007-08-12
2
-1
/
+2
*
Ignore processing instructions when parsing html
Michael Koziarski
2007-08-10
1
-0
/
+3
*
Major improvement to the documentation for the options / select form helpers...
Michael Koziarski
2007-08-05
2
-31
/
+75
*
Fix number_to_human_size when using different precisions. Closes #7536. [Rich...
Michael Koziarski
2007-08-05
3
-2
/
+8
*
Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
David Heinemeier Hansson
2007-08-02
8
-2
/
+95
*
Allow you to set custom :conditions on resource routes. [Rick]
Rick Olson
2007-07-25
3
-10
/
+25
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
8
-13
/
+13
*
Fixed that file.content_type for uploaded files would include a trailing \r #...
David Heinemeier Hansson
2007-07-24
3
-4
/
+6
*
Its just ERb now
David Heinemeier Hansson
2007-07-24
1
-1
/
+1
*
* url_for now accepts a series of symbols representing the namespace of the r...
Tobias Lütke
2007-07-19
4
-4
/
+76
*
Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714
Michael Koziarski
2007-07-17
3
-10
/
+7
*
Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]
Michael Koziarski
2007-07-14
3
-3
/
+15
*
Make sure missing template exceptions actually say which template they were l...
Michael Koziarski
2007-07-11
3
-2
/
+19
*
Fix errors with around_filters which do not yield, restore 1.1 behaviour with...
Michael Koziarski
2007-07-11
3
-54
/
+126
*
Support for non heterogeneous arrays when serializing to xml. Unless guessabl...
Tobias Lütke
2007-07-09
1
-0
/
+7
*
Don't blow up when using nested fields_for and the source object is nil
Tobias Lütke
2007-07-09
1
-1
/
+1
*
Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]
Michael Koziarski
2007-07-01
3
-3
/
+18
*
Allow you to render views with periods in the name. Closes #8076 [norbert]
Rick Olson
2007-07-01
3
-4
/
+23
*
Temporary fix for formatted_polymorphic_urls and other polys that have additi...
David Heinemeier Hansson
2007-06-28
2
-9
/
+9
*
Allow symbols as name
David Heinemeier Hansson
2007-06-28
1
-1
/
+1
*
Improve capture helper documentation. Closes #8796.
Jeremy Kemper
2007-06-28
2
-25
/
+43
*
Prefix nested resource named routes with their action name, e.g. new_group_us...
Jeremy Kemper
2007-06-27
5
-44
/
+204
*
Allow sweepers to be created solely for expiring after controller actions, no...
David Heinemeier Hansson
2007-06-26
2
-0
/
+9
*
Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...
Jeremy Kemper
2007-06-26
3
-6
/
+20
*
Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...
David Heinemeier Hansson
2007-06-23
9
-261
/
+1005
*
Docfix (closes #8353)
David Heinemeier Hansson
2007-06-23
1
-1
/
+7
*
Docfix (closes #8518)
David Heinemeier Hansson
2007-06-23
1
-0
/
+4
*
Docfix (closes #8321)
David Heinemeier Hansson
2007-06-23
1
-4
/
+15
*
Fixed that link_to with an href of # when using :method will not allow for cl...
David Heinemeier Hansson
2007-06-23
3
-9
/
+28
[prev]
[next]