David Heinemeier Hansson
|
258bacbf82
|
Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2129 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-04 00:33:45 +00:00 |
|
David Heinemeier Hansson
|
3f14b1e94e
|
Updated the options_for_select to deal with the fact that Strings now implement :first
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2126 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-03 21:30:54 +00:00 |
|
David Heinemeier Hansson
|
51a1af96d4
|
Added note about how pre-packaged error functionality can be easier to recreate yourself than attempt to overly tailor #1489
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2112 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-03 07:43:15 +00:00 |
|
Jamis Buck
|
89550ee7e9
|
Use chop! instead of chop! for efficiency
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2109 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-02 18:01:26 +00:00 |
|
Jamis Buck
|
62ec1a5373
|
Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Ajax implementation) #918
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2106 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-02 14:40:33 +00:00 |
|
Jamis Buck
|
fd9c15e420
|
Fix observe_field to fall back to event-based observation if frequency <= 0 #1916 [michael@schubert.cx]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2104 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-02 14:06:17 +00:00 |
|
Jamis Buck
|
97adfdaa65
|
* Allow use of the :with option for submit_to_remote #1936 [jon@instance-design.co.uk]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2103 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-02 13:56:38 +00:00 |
|
Jamis Buck
|
6c44d35268
|
AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.clark@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2098 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-02 09:10:31 +00:00 |
|
Jamis Buck
|
46c4fd4177
|
ActionController documentation update #2051 [fbeausoleil@ftml.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2095 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-01 21:54:29 +00:00 |
|
Jamis Buck
|
e758c2e9db
|
Yield @content_for_ variables to templates #2058 [Sam Stephenson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2094 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-01 21:51:27 +00:00 |
|
Jamis Buck
|
01af965a3e
|
Make rendering an empty partial collection behave like :nothing => true #2080 [Sam Stephenson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2093 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-09-01 21:43:38 +00:00 |
|
Nicholas Seckar
|
87b6800282
|
Add option to specify the singular name used by pagination. Closes #1960
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2078 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-31 00:13:10 +00:00 |
|
Nicholas Seckar
|
34e795ff0e
|
Use string key to set action_name for controllers. Closes #1968
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2077 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-30 23:52:53 +00:00 |
|
Nicholas Seckar
|
a8b9fc9f2a
|
Add dummy ActionView::Base.cache_template_loading accessor -- will be made functional again in short time
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2066 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-29 15:12:48 +00:00 |
|
David Heinemeier Hansson
|
b80f0e2ff3
|
Made Upload Progress work with Prototype 1.4.0 and add some documentation for it #1847, #1876 [Thomas Fuchs/Sean Treadway]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2059 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-27 06:30:33 +00:00 |
|
Nicholas Seckar
|
68c90ab019
|
Render refactoring; render error reporting fixes
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2058 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-26 22:37:36 +00:00 |
|
Nicholas Seckar
|
778aeaeffe
|
Update changelog
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2055 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-26 11:00:27 +00:00 |
|
Nicholas Seckar
|
1cbd1f9698
|
Fix routing to handle :some_param => nil better
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2054 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-26 10:57:43 +00:00 |
|
Jamis Buck
|
c5ff810572
|
Add support for :include with pagination (subject to existing constraints for :include with :limit and :offset) #1478 [michael@schubert.cx]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2041 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-23 14:24:15 +00:00 |
|
Jamis Buck
|
211617191e
|
Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is processed
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2039 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-23 09:43:36 +00:00 |
|
Jamis Buck
|
82f44f3144
|
Added :use_short_month option to select_month helper to show month names as abbreviations
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2033 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-22 14:47:16 +00:00 |
|
Jamis Buck
|
c031a01633
|
Add an :if option to session management, to allow programmatically enabling or disabling the session
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2031 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-17 21:05:31 +00:00 |
|
Jamis Buck
|
8910de6a54
|
Make link_to escape the javascript in the confirm option #1964 [nicolas.pouillard@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2009 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-14 08:43:07 +00:00 |
|
Jamis Buck
|
50e2474433
|
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott Barron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1971 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-06 08:37:25 +00:00 |
|
Jamis Buck
|
a3469cadad
|
Make sure :layout => false is always used when rendering inside a layout
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1970 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-05 20:51:03 +00:00 |
|
Jamis Buck
|
44c64a612d
|
Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure that the test variables (controller, request, response) have been set
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1963 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-08-01 21:28:17 +00:00 |
|
Jamis Buck
|
08ebab5d20
|
Make sure assigns are built for every request when testing #1866
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1961 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-31 12:16:21 +00:00 |
|
Jamis Buck
|
020ed6fa1f
|
Allow remote_addr to be queried on TestRequest #1668
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1960 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-31 10:31:47 +00:00 |
|
David Heinemeier Hansson
|
0ea1375d75
|
Really fix the syntax error issue
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1952 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-28 17:41:19 +00:00 |
|
David Heinemeier Hansson
|
9fad3251d3
|
More fixes, but still broken
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1948 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 14:17:47 +00:00 |
|
David Heinemeier Hansson
|
c22ebd909d
|
Fixing the fix, but not quite
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1946 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 13:55:56 +00:00 |
|
David Heinemeier Hansson
|
5b52b716b7
|
Fixing the fix, but not quite
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1945 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 13:55:39 +00:00 |
|
David Heinemeier Hansson
|
3d2f0001ea
|
Fixed bug when a partial render was passing a local with the same name as the partial
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1942 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 12:24:14 +00:00 |
|
David Heinemeier Hansson
|
d9033bbb28
|
Demonstrate breakage better
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1941 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 12:06:19 +00:00 |
|
David Heinemeier Hansson
|
eec7cc004b
|
Fixed dynamic scaffolding [Stefan Kaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1940 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 11:44:18 +00:00 |
|
David Heinemeier Hansson
|
e95dd53a5d
|
Added two failing tests for partials with locals from controller
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1937 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 09:11:00 +00:00 |
|
David Heinemeier Hansson
|
d876daf51f
|
Fixed #1774 again
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1936 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-27 08:02:26 +00:00 |
|
David Heinemeier Hansson
|
4b8d156ca5
|
Removed unused statement
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1934 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-26 18:39:05 +00:00 |
|
David Heinemeier Hansson
|
d440cf6483
|
Fixed snag in status reporting
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1933 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-26 18:35:38 +00:00 |
|
David Heinemeier Hansson
|
65e4e5e337
|
Only log status if there is one different from 200 set
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-26 12:38:50 +00:00 |
|
David Heinemeier Hansson
|
11a51648ad
|
Document the design of the compiled templates approach and tweak the expiration check
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1929 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-26 12:37:21 +00:00 |
|
David Heinemeier Hansson
|
36fee9c02e
|
Fixed broken error handling #1827 [Stefan Kaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1920 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-25 09:39:57 +00:00 |
|
David Heinemeier Hansson
|
e9cfe955cc
|
Add a catch-all eraser
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1918 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-25 08:49:19 +00:00 |
|
David Heinemeier Hansson
|
4f40b2d8fb
|
Improved performance of test app req/sec with ~10% refactoring the render method #1823 [Stefan Kaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1915 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-24 16:45:39 +00:00 |
|
David Heinemeier Hansson
|
3ccea931fa
|
Simplify content_for implementation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1914 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-24 15:27:47 +00:00 |
|
David Heinemeier Hansson
|
1ae0a53d86
|
Fixed regression for content_for #1820 [Stefan Kaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1911 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-24 13:20:29 +00:00 |
|
David Heinemeier Hansson
|
eddd7c453b
|
Fix that env_qs might be nil
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1907 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-23 09:18:16 +00:00 |
|
David Heinemeier Hansson
|
d554227411
|
Fix that env_qs might be nil
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-23 09:16:35 +00:00 |
|
David Heinemeier Hansson
|
b366dbd952
|
Improved performance with 5-30% through a series of Action Pack optimizations #1811 [Stefan Kaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1905 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-23 09:00:05 +00:00 |
|
David Heinemeier Hansson
|
d172592985
|
Added test for template to layout variable transfer
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1904 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-07-23 08:43:01 +00:00 |
|