David Heinemeier Hansson
|
daaa5251c9
|
Fixed documentation and prepared for 0.11.0 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-22 13:09:44 +00:00 |
|
David Heinemeier Hansson
|
6ad1b895f4
|
Updated more documentation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@975 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-22 12:41:34 +00:00 |
|
David Heinemeier Hansson
|
4e60fe3ef3
|
Added documentation and fixed an ajax bug
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@974 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-22 12:33:47 +00:00 |
|
David Heinemeier Hansson
|
e1ce18020e
|
Last-minute ajax fixes #898
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@973 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-22 12:13:36 +00:00 |
|
David Heinemeier Hansson
|
0cb18335d9
|
fix for javascript_helper.rb build_callbacks #893
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@970 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-21 23:41:25 +00:00 |
|
David Heinemeier Hansson
|
32e0138b0b
|
Made the Ajax request itself also use the &_= trick for Safari
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@968 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-21 14:44:33 +00:00 |
|
David Heinemeier Hansson
|
34a9ed5e85
|
Tweaked the documentation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@967 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-21 14:35:36 +00:00 |
|
David Heinemeier Hansson
|
24142e1866
|
Wrong parameter names in observe_field/observe_form
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@966 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-21 13:11:48 +00:00 |
|
David Heinemeier Hansson
|
476f26ee90
|
Renamed Toggle.visibility to Toggle.display and fixed it for multiple arguments
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@958 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-21 01:34:37 +00:00 |
|
David Heinemeier Hansson
|
71dc36903a
|
Fixed js bug
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@957 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-21 01:10:07 +00:00 |
|
David Heinemeier Hansson
|
5d5f0bad6e
|
Added a JavascriptHelper and accompanying prototype.js library that opens the world of Ajax to Action Pack with a large array of options for dynamically interacting with an application without reloading the page #884 [Sam Stephenson/David]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@955 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-21 00:57:08 +00:00 |
|
David Heinemeier Hansson
|
d578196f9a
|
Added pagination support through both a controller and helper add-on #817 [Sam Stephenson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@949 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-20 23:12:05 +00:00 |
|
David Heinemeier Hansson
|
a61360688c
|
Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] Fixed routing and helpers to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@945 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-20 22:02:22 +00:00 |
|
David Heinemeier Hansson
|
6cd3bda32f
|
Fixed form helpers to query Model#id_before_type_cast instead of Model#id as a temporary workaround for Ruby 1.8.2 warnings #818 [DeLynn B]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@934 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-20 15:08:30 +00:00 |
|
David Heinemeier Hansson
|
1b93da3262
|
Added TextHelper#simple_format as a non-dependency text presentation helper.Fixed TextHelper#markdown to use blank? instead of empty? so it can deal with nil strings passed #814 [Johan Sorensen]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@933 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-20 15:03:32 +00:00 |
|
David Heinemeier Hansson
|
ebf6637918
|
Added that the html options disabled, readonly, and multiple can all be treated as booleans. So specifying <tt>disabled => :true</tt> will give <tt>disabled="disabled"</tt>. #809 [mindel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@932 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-20 14:49:37 +00:00 |
|
David Heinemeier Hansson
|
9015ce4cc2
|
Fixed options_for_select on selected line issue #624 [Florian Weber]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@911 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-15 00:13:14 +00:00 |
|
David Heinemeier Hansson
|
823a918a52
|
Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for. See documentation in helper #837 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@907 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-14 23:37:38 +00:00 |
|
David Heinemeier Hansson
|
90f78e2bd1
|
Fixed :anchor use in url_for #821 [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-14 23:24:47 +00:00 |
|
David Heinemeier Hansson
|
82aff27c04
|
Remove the duplicated remote_function and make the real deal public
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@905 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-14 16:28:44 +00:00 |
|
David Heinemeier Hansson
|
971fa4cd36
|
Made async callbacks work with :update
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@904 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-14 15:56:46 +00:00 |
|
David Heinemeier Hansson
|
0c0a10746f
|
Made async the default approach and add get_elements_by_class
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@903 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-14 15:12:31 +00:00 |
|
David Heinemeier Hansson
|
8d646006db
|
Added asynchronous processing model
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-14 12:47:38 +00:00 |
|
David Heinemeier Hansson
|
9790233dfd
|
Moved image_tag to AssetTagHelper
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@899 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-14 00:18:12 +00:00 |
|
David Heinemeier Hansson
|
0f4ee4b810
|
Deal with Safari garbage and allow html_options
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@897 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-13 18:06:58 +00:00 |
|
David Heinemeier Hansson
|
66ed733ce5
|
Added Field.present, .focus, and .clear as JS convenience for working with forms. Removed link_to_display_toggle in favor of link_to_function "Cancel", "toggle_display("add_item_link", "add_item_form")"
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@896 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-13 17:01:59 +00:00 |
|
David Heinemeier Hansson
|
1e24600e72
|
Added Field.present, .focus, and .clear as JS convenience for working with forms. Removed link_to_display_toggle in favor of link_to_function "Cancel", "toggle_display("add_item_link", "add_item_form")"
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@895 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-13 16:35:15 +00:00 |
|
David Heinemeier Hansson
|
7816420c63
|
Added :condition option to abort an update if some condition isnt there
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@894 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-13 15:47:06 +00:00 |
|
David Heinemeier Hansson
|
1d4e86b0b9
|
Checked in some documentation for JavascriptHelper
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@892 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-12 17:00:03 +00:00 |
|
David Heinemeier Hansson
|
48739f3a49
|
Respect :onclick in link_to_toggle_display
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@891 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-12 16:18:29 +00:00 |
|
David Heinemeier Hansson
|
ebb070e078
|
Put it in the right module
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@890 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-12 02:59:12 +00:00 |
|
David Heinemeier Hansson
|
7d801ae1c8
|
Added first stab at Javascript/Ajax helpers
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@889 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-12 02:43:37 +00:00 |
|
David Heinemeier Hansson
|
7ae83e5ff0
|
Added first stab at Javascript/Ajax helpers
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@888 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-12 02:42:48 +00:00 |
|
David Heinemeier Hansson
|
7ece0e166d
|
Added render_partial/render_partial_collection from controllers for easier Ajaxing
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@880 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-09 15:26:36 +00:00 |
|
David Heinemeier Hansson
|
5a4846a0d3
|
Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended approach is to combine image_tag and link_to instead)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@879 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-09 13:53:47 +00:00 |
|
David Heinemeier Hansson
|
6526adcff9
|
Fixed textilize to be resilient to getting nil parsed (by using Object#blank? instead of String#empty?)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@878 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-09 13:11:40 +00:00 |
|
David Heinemeier Hansson
|
c81f0309eb
|
Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [Yonatan Feldman]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@877 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-07 11:42:40 +00:00 |
|
David Heinemeier Hansson
|
6b42269183
|
Fixed link_to documentation references nonexistent URL #573
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@863 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-06 17:35:52 +00:00 |
|
David Heinemeier Hansson
|
fd9967bca2
|
Added UrlHelper#link_to_if/link_to_unless to enable other conditions that just link_to_unless_current #757 [mindel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@852 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-06 14:06:33 +00:00 |
|
David Heinemeier Hansson
|
00fe726a76
|
Updated docs on auto-indexing #765 [Astinus]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@848 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-06 13:57:16 +00:00 |
|
David Heinemeier Hansson
|
25b656fefa
|
Fixed that single quote was not escaped in a UrlHelper#link_to javascript confirm #549 [Scott Barron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@837 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-06 12:07:13 +00:00 |
|
David Heinemeier Hansson
|
eb5ca2ea5f
|
Removed the default border on link_image_to (it broke xhtml strict) -- can be specified with :border => 0 #517 [?/caleb]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@836 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-06 12:02:17 +00:00 |
|
David Heinemeier Hansson
|
dfac1cea3d
|
Fixed that form helpers would treat string and symbol keys differently in html_options (and possibly create duplicate entries) #112 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@833 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-03-06 11:50:41 +00:00 |
|
David Heinemeier Hansson
|
10faf204b7
|
Tagged the 0.10.0 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@799 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-02-25 22:07:50 +00:00 |
|
David Heinemeier Hansson
|
65d3430baf
|
Fixed TimeZone issues in action-pack and active-support #704
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@776 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-02-23 23:55:59 +00:00 |
|
David Heinemeier Hansson
|
2bf29b3485
|
Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_options_for_select to work with the new value object TimeZone in Active Record #688 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@759 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-02-23 12:54:58 +00:00 |
|
David Heinemeier Hansson
|
d768ff1146
|
Documentation fix #698
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@756 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-02-23 12:31:05 +00:00 |
|
David Heinemeier Hansson
|
a4a8c5e7bf
|
Show value when NOT file
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@752 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-02-23 02:26:23 +00:00 |
|
David Heinemeier Hansson
|
df7f3455a1
|
Added FormHelper#file_field and FormTagHelper#file_field_tag for creating file upload fields
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@750 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-02-23 00:50:34 +00:00 |
|
David Heinemeier Hansson
|
0de0d207e8
|
Added Afghanistan (no more conspiracy!) to FormOptions#country_select and FormOptions#country_options_for_select
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@696 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-02-19 20:15:57 +00:00 |
|