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 --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
1
-0
/
+6
*
Added --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
3
-4
/
+23
*
Added support for charsets for both subject and body. The default charset is ...
David Heinemeier Hansson
2005-02-19
3
-12
/
+141
*
Use full status for render_component from within a controller
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added preliminary version of render_component
David Heinemeier Hansson
2005-02-19
2
-3
/
+34
*
Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...
David Heinemeier Hansson
2005-02-19
2
-2
/
+2
*
Added :order option for date_select that allows control over the order in whi...
David Heinemeier Hansson
2005-02-19
2
-13
/
+29
*
Added ActionView::Base.register_template_handler for easy integration of an a...
David Heinemeier Hansson
2005-02-19
3
-15
/
+77
*
Fixed scaffolding and routes conflict #669
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
A few ignores
David Heinemeier Hansson
2005-02-19
0
-0
/
+0
*
Fix module support for controller generators #668 [Ulysses]
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
One comma too much
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added AssetTagHelper that provides methods for linking a HTML page together w...
David Heinemeier Hansson
2005-02-19
4
-1
/
+107
*
Completed FormTagHelper by adding radio_button_tag and select_tag
David Heinemeier Hansson
2005-02-19
2
-1
/
+18
*
Added FormTagHelper that provides a number of methods for creating form tags ...
David Heinemeier Hansson
2005-02-19
4
-26
/
+83
*
Added Iran and Irak to the countries list used by FormOptions#country_select ...
David Heinemeier Hansson
2005-02-19
1
-2
/
+10
*
Updated tests for TextHelper#auto_link
David Heinemeier Hansson
2005-02-19
2
-3
/
+8
*
Made auto_link the only public method of its clan and added an option to cont...
David Heinemeier Hansson
2005-02-19
1
-16
/
+23
*
Added Iran and Irak to the countries list used by country_select and country_...
David Heinemeier Hansson
2005-02-19
1
-1
/
+4
*
Renamed link_to_image to link_image_to (since thats what it actually does) --...
David Heinemeier Hansson
2005-02-19
1
-6
/
+15
*
Fixed that find_by_* would fail when column names had numbers #670 [demetrius]
David Heinemeier Hansson
2005-02-19
2
-1
/
+3
*
ensure clients can handle APIs with named parameter signatures,
Leon Breedt
2005-02-19
6
-4
/
+29
*
refactoring:
Leon Breedt
2005-02-19
24
-551
/
+404
*
Use per-document setting for hardbreaks on textile
David Heinemeier Hansson
2005-02-19
1
-2
/
+1
*
Added defaults and regexp requirements to Routing #666
David Heinemeier Hansson
2005-02-19
1
-10
/
+50
*
More Action Web Service minor tweaks
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]
David Heinemeier Hansson
2005-02-19
2
-50
/
+148
*
Renamed action_service to action_web_service
David Heinemeier Hansson
2005-02-19
2
-1
/
+3
*
Fixed textilize for RedCloth3 to keep doing hardbreaks
David Heinemeier Hansson
2005-02-19
1
-0
/
+1
*
rename entire package to Action Web Service
Leon Breedt
2005-02-18
50
-222
/
+217
*
Clear route defaults using :name => nil #663
David Heinemeier Hansson
2005-02-18
2
-1
/
+7
*
Added URL escaping for routing #664
David Heinemeier Hansson
2005-02-18
2
-3
/
+15
*
Renamed Action Service to Action Web Service
David Heinemeier Hansson
2005-02-18
56
-3
/
+3
*
rename service* to web_service*.
Leon Breedt
2005-02-18
31
-294
/
+279
*
Added validates_each that validates each specified attribute against a block ...
David Heinemeier Hansson
2005-02-18
2
-220
/
+384
*
Fixed that the dynamic finder like find_all_by_something_boolean(false) didn'...
David Heinemeier Hansson
2005-02-18
3
-1
/
+13
*
Fixed that assert_template_xpath_matches did not indicate when a path was not...
David Heinemeier Hansson
2005-02-18
4
-2
/
+19
*
Fixed a bit to eager requiring of oracle bindings in oracle adapter #634
David Heinemeier Hansson
2005-02-18
1
-1
/
+1
*
Fixed functional test path problems #662
David Heinemeier Hansson
2005-02-18
2
-2
/
+2
*
Get Action Service (soon to be renamed Action Web Service) in the loop
David Heinemeier Hansson
2005-02-18
2
-1
/
+3
*
Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...
David Heinemeier Hansson
2005-02-18
3
-0
/
+26
*
Integrated Action Service with the existing elements
David Heinemeier Hansson
2005-02-18
5
-19
/
+25
*
test commit
Leon Breedt
2005-02-18
1
-1
/
+0
*
Added Action Service to the repository
David Heinemeier Hansson
2005-02-18
52
-0
/
+6326
*
Loading the Routes should happen in the environments #655
David Heinemeier Hansson
2005-02-17
4
-4
/
+13
*
Added 'recent' as a rake target that'll run tests for files that changed in t...
David Heinemeier Hansson
2005-02-17
2
-5
/
+37
*
Check class path for conflicts on generation #640 [bitsweat]
David Heinemeier Hansson
2005-02-17
4
-4
/
+4
*
Documentation on :include_blank #579
David Heinemeier Hansson
2005-02-17
1
-0
/
+13
*
Changed script/console to default to development environment and drop --no-in...
David Heinemeier Hansson
2005-02-17
2
-34
/
+6
*
Skip Active Record tests in Action Pack if the SQLite database cant be brough...
David Heinemeier Hansson
2005-02-17
5
-104
/
+119
[next]