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 :field_name option to DateHelper#select_(year|month|day) to deviate fro...
David Heinemeier Hansson
2005-07-02
3
-35
/
+86
*
Fixed that model generator would make fixtures plural, even if ActiveRecord::...
David Heinemeier Hansson
2005-07-02
2
-1
/
+3
*
Update for JavaScript helper tests #1584 [Thomas Fuchs]
David Heinemeier Hansson
2005-07-02
1
-14
/
+48
*
Auto completer should hide update element by when initializing #1579 [Thomas ...
David Heinemeier Hansson
2005-07-02
1
-0
/
+2
*
Added more tests on assert_redirected_to #1581 [Rick Olson]
David Heinemeier Hansson
2005-07-02
3
-3
/
+57
*
Added ActionController::Base.enable_upload_progress for people who want to pl...
David Heinemeier Hansson
2005-07-02
1
-0
/
+6
*
Added JavascriptHelper#draggable_element and JavascriptHelper#drop_receiving_...
David Heinemeier Hansson
2005-07-02
4
-10
/
+53
*
Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #11...
David Heinemeier Hansson
2005-07-02
5
-1
/
+11
*
Fixed validates_numericality_of to work with overrided getter-method when :al...
David Heinemeier Hansson
2005-07-02
3
-0
/
+10
*
Clarified intentions of validates_associated #870
David Heinemeier Hansson
2005-07-02
2
-2
/
+15
*
Added that UrlHelper#mail_to will now also encode the default link title #749...
David Heinemeier Hansson
2005-07-02
6
-12
/
+26
*
Removed the default option of wrap=virtual on FormHelper#text_area to ensure ...
David Heinemeier Hansson
2005-07-02
2
-1
/
+3
*
Rake task to update spin off libraries #1514 [Tobias Luetke]
David Heinemeier Hansson
2005-07-02
2
-0
/
+20
*
Adds the ability to include XML CDATA tags using Builder #1563 [Josh Knowles]
David Heinemeier Hansson
2005-07-02
2
-0
/
+15
*
Added evaluation of <SCRIPT> blocks in content returned to Ajax calls #1577 [...
David Heinemeier Hansson
2005-07-02
4
-15
/
+36
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1593 5ecf4fe2-1ee6-...
Jeremy Kemper
2005-07-02
0
-0
/
+0
*
r1588@asus: jeremy | 2005-07-02 03:14:45 -0700
Jeremy Kemper
2005-07-02
6
-21
/
+161
*
r1587@asus: jeremy | 2005-07-01 20:36:08 -0700
Jeremy Kemper
2005-07-02
0
-0
/
+0
*
Better multipart support with implicit multipart/alternative and sorting of s...
Jamis Buck
2005-07-01
4
-5
/
+65
*
Added roots, root, and siblings to the batch of methods added by acts_as_tree...
David Heinemeier Hansson
2005-07-01
2
-1
/
+20
*
Make render(:inline) use locals #1556 [Michael Shuerig]
David Heinemeier Hansson
2005-07-01
2
-2
/
+11
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
15
-130
/
+234
*
Added new rules to the Inflector to deal with more unusual plurals mouse/lous...
David Heinemeier Hansson
2005-07-01
3
-1
/
+22
*
Allow for nested parts in multipart mails #1570 [Flurin Egger]
Jamis Buck
2005-07-01
5
-33
/
+99
*
Load models and frequency typo on upoad progress #1555 [Sean Treadway]
David Heinemeier Hansson
2005-07-01
3
-6
/
+8
*
Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [...
David Heinemeier Hansson
2005-07-01
6
-46
/
+97
*
Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]
Jamis Buck
2005-06-30
3
-1
/
+21
*
Allow template to be explicitly specified #1448 [tuxie@dekadance.se]
Jamis Buck
2005-06-30
3
-4
/
+31
*
Fixed mr recycle!
David Heinemeier Hansson
2005-06-30
1
-1
/
+2
*
Uncommented request.recycle! as it breaks more than it fixes, left test case ...
David Heinemeier Hansson
2005-06-30
5
-9
/
+29
*
Dont include the upload progress automatically before it works better
David Heinemeier Hansson
2005-06-30
2
-5
/
+0
*
File upload progress seems to have problems on a variety of servers, marking ...
David Heinemeier Hansson
2005-06-30
3
-5
/
+4
*
Fixed memory leak with Object#remove_subclasses_of, which inflicted a Rails a...
David Heinemeier Hansson
2005-06-30
3
-1
/
+28
*
Wrong variable name used in observe_field #1551
David Heinemeier Hansson
2005-06-30
1
-1
/
+1
*
Give auto_complete_for parameters, fix browser-autocompletion #1550
David Heinemeier Hansson
2005-06-29
2
-6
/
+11
*
Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...
Jamis Buck
2005-06-29
5
-134
/
+182
*
A bit more routes refactoring and test
David Heinemeier Hansson
2005-06-29
2
-5
/
+9
*
Got back to functional testing harmony
David Heinemeier Hansson
2005-06-29
2
-33
/
+57
*
Rolled back changed to test_process as it broke havok this morning
David Heinemeier Hansson
2005-06-29
1
-13
/
+12
*
Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...
David Heinemeier Hansson
2005-06-29
4
-22
/
+24
*
Script.aculo.us: autocompletion focus fix, setContentZoom fix #1546 [Thomas F...
David Heinemeier Hansson
2005-06-29
3
-19
/
+21
*
Sync Prototype; closes #1539
Sam Stephenson
2005-06-29
1
-30
/
+59
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
7
-66
/
+71
*
Routes fail with leading slash #1540 [Nicholas Seckar]
Jamis Buck
2005-06-28
3
-0
/
+8
*
Badly applied patch fix
David Heinemeier Hansson
2005-06-28
1
-2
/
+2
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
6
-0
/
+1730
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
7
-16
/
+128
*
This patch modifies RouteSet#write_generation and RouteSet#write_recognition ...
David Heinemeier Hansson
2005-06-28
1
-1
/
+8
*
Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...
David Heinemeier Hansson
2005-06-28
3
-3
/
+18
*
Fix the Event.findElement prototype function. Needed to get autocomplete work...
David Heinemeier Hansson
2005-06-28
1
-3
/
+3
[next]