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
*
Some 1.9 forward compatibility
Jeremy Kemper
2007-09-14
24
-87
/
+116
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
8
-198
/
+5
*
OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.
Jeremy Kemper
2007-09-13
6
-157
/
+302
*
minor speedups + forward-compat syntax
Jeremy Kemper
2007-09-13
6
-19
/
+24
*
Trips up the RDoc generation
David Heinemeier Hansson
2007-09-13
1
-1
/
+1
*
minor speedup
Jeremy Kemper
2007-09-13
1
-2
/
+2
*
Tidy up link to remote options. Closes #9505. [nik.wakelin]
Michael Koziarski
2007-09-12
2
-2
/
+14
*
Remove unused HashCaching
Jeremy Kemper
2007-09-11
2
-141
/
+0
*
Purge empty files
Jeremy Kemper
2007-09-11
45
-0
/
+0
*
Remove empty macros
Jeremy Kemper
2007-09-11
2
-0
/
+0
*
Kill lingering acts
Jeremy Kemper
2007-09-11
2
-4
/
+1
*
Remove empty acts
Jeremy Kemper
2007-09-11
2
-0
/
+0
*
Don't raise superfluous exception on test failure.
Jeremy Kemper
2007-09-11
1
-6
/
+6
*
Moved acts_as_tree into a plugin of the same name on the official Rails svn (...
David Heinemeier Hansson
2007-09-11
7
-362
/
+9
*
Moved acts_as_nested_set into a plugin of the same name on the official Rails...
David Heinemeier Hansson
2007-09-11
6
-430
/
+30
*
Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...
David Heinemeier Hansson
2007-09-11
5
-282
/
+2
*
Fixed that resource namespaces wouldnt stick to all nested resources (closes ...
David Heinemeier Hansson
2007-09-10
3
-5
/
+38
*
Remove broken require
Michael Koziarski
2007-09-10
1
-1
/
+0
*
Remove acts_as_list. Users are advised to install the new plugin. Reference...
Michael Koziarski
2007-09-10
6
-571
/
+4
*
Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...
David Heinemeier Hansson
2007-09-10
5
-156
/
+3
*
Remove the wrapping feature that was never actually turned into something rea...
David Heinemeier Hansson
2007-09-09
2
-73
/
+0
*
Removed outdated benchmarks and examples
David Heinemeier Hansson
2007-09-09
6
-233
/
+1
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
17
-32
/
+54
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
4
-7
/
+14
*
Removed deprecated form of calling xml_http_request/xhr without the first arg...
David Heinemeier Hansson
2007-09-09
3
-19
/
+2
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-5
/
+0
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
3
-9
/
+7
*
Removed the deprecated behavior of appending ".png" to image_tag/image_path c...
David Heinemeier Hansson
2007-09-09
1
-2
/
+1
*
Removed the deprecated behavior of appending ".png" to image_tag/image_path c...
David Heinemeier Hansson
2007-09-09
3
-28
/
+15
*
Scaffolding is no longer mixed in
David Heinemeier Hansson
2007-09-09
1
-1
/
+0
*
Scaffolding is no longer mixed in
David Heinemeier Hansson
2007-09-09
1
-1
/
+0
*
Removed ActionController::Base.scaffold -- it went through the whole idea of ...
David Heinemeier Hansson
2007-09-09
12
-309
/
+2
*
Removed ActionController::Base#keep_flash (use flash.keep instead)
David Heinemeier Hansson
2007-09-09
2
-18
/
+12
*
Removed deprecated ActionController::Base#expire_matched_fragments (just call...
David Heinemeier Hansson
2007-09-09
1
-6
/
+0
*
Removed the deprecated ActionController#Base.template_root/= methods (use Act...
David Heinemeier Hansson
2007-09-09
2
-22
/
+1
*
Update copyright span
David Heinemeier Hansson
2007-09-09
10
-10
/
+10
*
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
[next]