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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The examples are outdated and misleading
David Heinemeier Hansson
2007-09-09
20
-459
/
+2
*
Rename fieldset_tag to field_set_tag to follow the conventions from text_area...
David Heinemeier Hansson
2007-09-09
3
-8
/
+8
*
Use attribute pairs instead of the migration name to create add and remove co...
Michael Koziarski
2007-09-09
4
-20
/
+39
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
6
-59
/
+244
*
Match Fixnum and Float in particular. Rescue dup error and return result.
Jeremy Kemper
2007-09-08
1
-4
/
+5
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
6
-14
/
+21
*
Fix layout overriding response status. Closes #9476.
Jeremy Kemper
2007-09-08
3
-1
/
+23
*
Fix assert_select for XML documents. Closes #8173. [dasil003]
Michael Koziarski
2007-09-08
2
-1
/
+26
*
Add a user_agent to TestRequest
Michael Koziarski
2007-09-07
2
-1
/
+6
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
5
-138
/
+77
*
Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]
Michael Koziarski
2007-09-06
3
-0
/
+44
*
Fix activesupport atomic_write tests when Dir.tmpdir is on another partition....
Michael Koziarski
2007-09-06
1
-2
/
+2
*
Allow additional parameters to be passed to named route helpers when using po...
Michael Koziarski
2007-09-05
3
-1
/
+22
*
Add credit where due. References #8446
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Fix misleading documentation for truncate. [esad] Closes #9104
Michael Koziarski
2007-09-05
1
-1
/
+1
*
Fix assertion for the mysql default work around committed earlier.
Michael Koziarski
2007-09-05
1
-1
/
+5
*
Add :allow_blank to validations. Like allow_nil, but for values which are +bl...
Michael Koziarski
2007-09-05
2
-1
/
+26
*
Fix bug where unserializing an attribute attempts to modify a frozen @attribu...
Rick Olson
2007-09-04
3
-1
/
+12
*
Work around mysql limitations for defaults on text columns with not null. Cl...
Michael Koziarski
2007-09-04
3
-2
/
+3
*
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
*
Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]
Michael Koziarski
2007-09-03
8
-381
/
+7
*
Allow Float#round to take a precision argument. Closes #8626 [norbert]
Michael Koziarski
2007-09-02
3
-0
/
+52
*
Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]
Michael Koziarski
2007-09-02
2
-19
/
+87
*
Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...
Michael Koziarski
2007-09-02
2
-6
/
+13
*
Fix task description for db:sessions:create. Closes #9419 [topfunky]
Michael Koziarski
2007-09-02
1
-1
/
+1
*
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
*
Remove duplication in test_help.rb Closes #3328 [jarkko]
Michael Koziarski
2007-09-02
1
-1
/
+1
*
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
*
Performance: absorb instantiate and initialize_with_callbacks into the Base m...
Jeremy Kemper
2007-08-31
3
-34
/
+17
*
Fix incorrectly named instance variable.
Michael Koziarski
2007-08-29
1
-1
/
+1
*
Remove commented out test which refers to old code, old bugs and uses ObjectS...
Michael Koziarski
2007-08-29
1
-22
/
+0
*
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
*
Formatting, grammar and spelling fixes for the associations documentation. [s...
Michael Koziarski
2007-08-28
8
-226
/
+226
*
Fix documentation error in xml serialization. [matt] Closes #9001
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Formatting and grammatical fixes for the acts_as_* documentation [seanhussey,...
Michael Koziarski
2007-08-28
3
-30
/
+30
*
Pass the right binding when string is passed to :if with validations. [casper...
Michael Koziarski
2007-08-28
2
-1
/
+23
*
Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...
Michael Koziarski
2007-08-28
2
-12
/
+13
*
Improve documentation for ActionController::Helpers [jardeon] Closes #9359
Michael Koziarski
2007-08-28
1
-26
/
+73
*
Remove unnecessary loop in validates_presence_of. [sur] Closes #9392
Michael Koziarski
2007-08-28
1
-7
/
+5
*
Make sure create! raises errors on validation when creating multiple records....
Michael Koziarski
2007-08-28
2
-1
/
+7
*
Back out of [7300] -- it screwed up nested XML
David Heinemeier Hansson
2007-08-21
1
-3
/
+0
*
Fix spacing
David Heinemeier Hansson
2007-08-21
2
-2
/
+2
*
Fixed that eager loading queries and with_scope should respect the :group opt...
David Heinemeier Hansson
2007-08-21
3
-8
/
+17
*
Fixed that eager loading queries should respect the :group option as well [DHH]
David Heinemeier Hansson
2007-08-21
2
-1
/
+6
*
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
[prev]
[next]