Jeremy Kemper
|
29f04510e9
|
pass caller to deprecation warning
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4965 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 03:36:13 +00:00 |
|
Jeremy Kemper
|
6ca6c5de3a
|
set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation callers. off by default. on for Rails tests.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4964 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 03:32:22 +00:00 |
|
Jeremy Kemper
|
25ea18aa15
|
Fix deprecation warnings in verification tests.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4963 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 03:17:32 +00:00 |
|
Jeremy Kemper
|
c3a52523ce
|
Active Record integration deprecation tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4962 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 03:07:17 +00:00 |
|
Jeremy Kemper
|
23d579b262
|
Quiet while testing, you.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4961 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 02:57:40 +00:00 |
|
Michael Koziarski
|
7466c1125c
|
Formally deprecate the non-namespaced rake tasks. [Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4960 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 00:49:08 +00:00 |
|
Jeremy Kemper
|
29cec6d0ab
|
get deprecation methods and callers straight
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4959 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 00:17:01 +00:00 |
|
Jeremy Kemper
|
528618a910
|
Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4958 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-04 00:02:38 +00:00 |
|
Kent Sibilev
|
9b18c1cb57
|
Shouldn't use deprecated stuff
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4957 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:55:12 +00:00 |
|
David Heinemeier Hansson
|
c810688106
|
More inclusive 500 language
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4956 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:52:10 +00:00 |
|
David Heinemeier Hansson
|
3558322b9d
|
Changed that uncaught exceptions raised any where in the application will cause RAILS_ROOT/public/500.html to be read and shown instead of just the static "Application error (Rails)" [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4955 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:51:34 +00:00 |
|
Jeremy Kemper
|
71dbef6d27
|
Integration tests: thoroughly test ActionController::Integration::Session. Closes #6022.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4954 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:34:57 +00:00 |
|
David Heinemeier Hansson
|
8ca3f34db1
|
Docs and deprecation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4953 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:28:54 +00:00 |
|
David Heinemeier Hansson
|
6d88a992b5
|
Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4952 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:22:24 +00:00 |
|
Jeremy Kemper
|
5b6fb1356c
|
svn:ignore debug.log
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4951 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:19:13 +00:00 |
|
Jeremy Kemper
|
af61b9cdae
|
action
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4949 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:17:13 +00:00 |
|
David Heinemeier Hansson
|
0f956d1d6d
|
Deprecated all of ActionController::Dependencies. All dependency loading is now handled from Active Support [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4948 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:08:43 +00:00 |
|
David Heinemeier Hansson
|
5048aa9831
|
Deprecated old render parameter calls
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4947 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 23:02:56 +00:00 |
|
David Heinemeier Hansson
|
315603e2be
|
Backout of blowup fix
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4945 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 22:46:16 +00:00 |
|
David Heinemeier Hansson
|
268c1dee8f
|
Require action mailer more gracefully
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4944 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 22:43:24 +00:00 |
|
David Heinemeier Hansson
|
4bd444c1fe
|
More deprecation fun
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4943 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 22:35:31 +00:00 |
|
David Heinemeier Hansson
|
eb90b94afd
|
If not running in Rails, we will log deprecations to $stderr
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4939 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 20:37:25 +00:00 |
|
David Heinemeier Hansson
|
761f1f1f3a
|
Deprecate deprecated assertions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4938 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 20:36:51 +00:00 |
|
David Heinemeier Hansson
|
65ca0db3f6
|
Modules can deprecate stuff too
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4936 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 20:29:43 +00:00 |
|
David Heinemeier Hansson
|
d52b4a6645
|
Moved in deprecated assertions and remove duplicated requires
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4935 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 20:27:48 +00:00 |
|
David Heinemeier Hansson
|
a4bef314fe
|
Follow proper naming conventions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4934 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 20:22:47 +00:00 |
|
David Heinemeier Hansson
|
f12fdc50a6
|
Better compartmentalizing of assertions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4931 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 20:18:06 +00:00 |
|
David Heinemeier Hansson
|
3142502964
|
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #5936 [assaf.arkin@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4929 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 19:54:21 +00:00 |
|
Nicholas Seckar
|
6fcc81b7f9
|
Add forgotten file
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4928 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 19:39:08 +00:00 |
|
David Heinemeier Hansson
|
57d941f586
|
Stress that 2.0 is the cut and that we will have a page listing deprecations
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4927 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 19:37:44 +00:00 |
|
David Heinemeier Hansson
|
f71080a475
|
Made it clear that deprecated stuff leaves on majors only
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4926 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 19:33:15 +00:00 |
|
Jeremy Kemper
|
4fc6c872ef
|
radio_button_tag generates unique id attributes. Closes #3353.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4925 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 19:32:31 +00:00 |
|
David Heinemeier Hansson
|
fef2d880a5
|
Update copyright times
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4922 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 18:53:05 +00:00 |
|
Jeremy Kemper
|
5dfec7b217
|
More tests for alias_method_chain with feature and method punctuation. Closes #4954.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4920 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 18:39:35 +00:00 |
|
David Heinemeier Hansson
|
b6afb2837c
|
Nitpick updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4919 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 18:34:28 +00:00 |
|
Jeremy Kemper
|
28fb465d75
|
Validation tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4918 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 17:54:48 +00:00 |
|
Jeremy Kemper
|
d9839c1952
|
validates_confirmation_of only kicks in when the attribute, rather than its confirmation, is present. Closes #785.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4917 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 17:53:51 +00:00 |
|
Jeremy Kemper
|
6d17ece9f2
|
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4916 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 16:47:05 +00:00 |
|
Jeremy Kemper
|
db9be58719
|
Cleanup assert_tag :children counting. Closes #2181.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4915 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 16:40:01 +00:00 |
|
Jeremy Kemper
|
a769b88819
|
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4914 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 15:59:18 +00:00 |
|
Jeremy Kemper
|
f6339eb177
|
Thoroughly test the FCGI dispatcher. Closes #5970.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4913 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 00:18:31 +00:00 |
|
Jeremy Kemper
|
4c7345305a
|
railties tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4912 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 00:04:20 +00:00 |
|
Rick Olson
|
0c999f4125
|
Update sanitize text helper to strip plaintext tags, and <img src=javascript:bang>. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4911 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-03 00:02:14 +00:00 |
|
Nicholas Seckar
|
26f28e7cfa
|
Add ApplicationController special case to Dependencies.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4910 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-02 21:13:30 +00:00 |
|
Jeremy Kemper
|
d0696d7641
|
to_xml: the :methods option works on arrays of records. Closes #5845.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4909 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-02 21:00:09 +00:00 |
|
Rick Olson
|
ad63005cdd
|
Update routing documentation. Closes #6017 [Nathan Witmer]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4908 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-02 20:43:29 +00:00 |
|
Rick Olson
|
2b45e2d370
|
Add routing tests to assert that RoutingError is raised when conditions aren't met. Closes #6016 [Nathan Witmer]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4907 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-02 20:41:40 +00:00 |
|
David Heinemeier Hansson
|
c1c659a2de
|
Doc fixes (closes #6012)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-02 19:45:03 +00:00 |
|
David Heinemeier Hansson
|
9a5338fe46
|
Modernize the main README (closes #6002)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4905 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-02 19:44:16 +00:00 |
|
David Heinemeier Hansson
|
6e08dab186
|
Docs for js linkers (closes #5948)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4904 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-02 19:41:04 +00:00 |
|