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
...
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
3
-4
/
+42
*
Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti...
David Heinemeier Hansson
2007-09-15
3
-1
/
+8
*
Inform people that were using the cookie store as default and a caveat
David Heinemeier Hansson
2007-09-15
1
-1
/
+2
*
root_path returns '/' not ''. Closes #9563.
Jeremy Kemper
2007-09-15
3
-7
/
+17
*
Fixed that setting request.format should also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
*
Fixed that setting request.format would also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
3
-3
/
+36
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
3
-3
/
+37
*
Fix association writer with :dependent => :nullify. Closes #7314.
Jeremy Kemper
2007-09-14
3
-8
/
+18
*
Fix attachment decoding when using the TMail C extension. Closes #7861.
Jeremy Kemper
2007-09-14
7
-3
/
+43
*
Missed Reloadable bits and pieces
Jeremy Kemper
2007-09-14
5
-21
/
+2
*
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
[prev]
[next]