Recent activity
Subscribe to this feed
jDeppen marked one of Noel Rappin's replies in Rails Prescriptions as useful. Noel Rappin replied to the question "Forgot password => http://www.railsrx.com".
jDeppen marked one of Noel Rappin's replies in Rails Prescriptions as useful. Noel Rappin replied to the problem "error: rack(0.9.1 not ~> 0.4.0".
jDeppen asked a question in Rails Prescriptions on July 07, 2009 04:55:
Forgot password => http://www.railsrx.comDo you have a "forgot password" feature at http://www.railsrx.com (I forgot my random string and my password manager didn't save it).
You said you're using authlogic, I used this tutorial to set up mine:
http://www.binarylogic.com/2008/11/16...
A comment on the problem "Please loosen registration form email validation" in Rails Prescriptions:
I bought the book today (rails_test_prescriptions_005.pdf), is this the latest version? I searched the PDF and couldn't find "authlogic". Or are you saying this will be in a future version? – jDeppen, on July 06, 2009 02:38
jDeppen replied on July 06, 2009 02:15 to the problem "error: rack(0.9.1 not ~> 0.4.0" in Rails Prescriptions:
jDeppen reported a problem in Rails Prescriptions on July 06, 2009 00:52:
Errors on initial rakeI'm having the hardest time just getting set up. Any ideas?
/usr/local/bin/ruby -I"lib:test" "/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake/rake_test_loader.rb" "test/unit/helpers/projects_helper_test.rb" "test/unit/helpers/status_reports_helper_test.rb" "test/unit/project_test.rb" "test/unit/status_report_test.rb" "test/unit/user_test.rb"
Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake/rake_test_loader
Started
............F..
Finished in 0.39876 seconds.
1) Failure:
test_should_reset_password(UserTest) [/test/unit/user_test.rb:46]:
<#<user>> expected but was
<nil>.
15 tests, 28 assertions, 1 failures, 0 errors
/usr/local/bin/ruby -I"lib:test" "/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake/rake_test_loader.rb" "test/functional/projects_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/status_reports_controller_test.rb" "test/functional/users_controller_test.rb"
Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake/rake_test_loader
Started
..E..EE.......nil
..E..E..EE.....
Finished in 0.596748 seconds.
1) Error:
test_should_get_edit(ProjectsControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Project with ID=953125641
/test/functional/projects_controller_test.rb:29:in `test_should_get_edit'
2) Error:
test_should_show_project(ProjectsControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Project with ID=953125641
/test/functional/projects_controller_test.rb:24:in `test_should_show_project'
3) Error:
test_should_update_project(ProjectsControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Project with ID=953125641
/test/functional/projects_controller_test.rb:34:in `test_should_update_project'
4) Error:
test_creation_of_status_report_with_data(StatusReportsControllerTest):
ActiveRecord::RecordNotFound: Couldn't find Project with ID=953125641
/test/functional/status_reports_controller_test.rb:49:in `test_creation_of_status_report_with_data'
/test/functional/status_reports_controller_test.rb:47:in `test_creation_of_status_report_with_data'
5) Error:
test_should_get_edit(StatusReportsControllerTest):
ActiveRecord::RecordNotFound: Couldn't find StatusReport with ID=953125641
/test/functional/status_reports_controller_test.rb:29:in `test_should_get_edit'
6) Error:
test_should_show_status_report(StatusReportsControllerTest):
ActiveRecord::RecordNotFound: Couldn't find StatusReport with ID=953125641
/test/functional/status_reports_controller_test.rb:24:in `test_should_show_status_report'
7) Error:
test_should_update_status_report(StatusReportsControllerTest):
ActiveRecord::RecordNotFound: Couldn't find StatusReport with ID=953125641
/test/functional/status_reports_controller_test.rb:34:in `test_should_update_status_report'
29 tests, 40 assertions, 0 failures, 7 errors
/usr/local/bin/ruby -I"lib:test" "/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.6/lib/rake/rake_test_loader.rb"
Errors running test:units and test:functionals!</nil>
A comment on the problem "Please loosen registration form email validation" in Rails Prescriptions:
You said "Authlogic". Are you using that now rather than Restful Authentication? That would be great. – jDeppen, on July 05, 2009 23:59
jDeppen replied on July 05, 2009 20:38 to the problem "error: rack(0.9.1 not ~> 0.4.0" in Rails Prescriptions:
Same issue.
First branch:
script/generate authenticated user sessions
Could not find RubyGem rack (~> 0.4.0)
sudo gem install rack
script/generate authenticated user sessions
error: rack(1.0.0 not ~> 0.4.0)
I updated my environment.rb
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
and I removed vendor rails
jDeppen reported a problem in Soocial on August 09, 2008 22:10:
Email addresses are not case sensitiveI don't think the email address field should be case sensitive since email addresses are not case sensitive. When using the password reset page it requires an exact case match.
jDeppen replied on July 31, 2008 16:39 to the problem "Unable to log in, but am able to use the 'forget password' feature to log in once" in Soocial:
-
jDeppen started following the problem "Unable to log in, but am able to use the 'forget password' feature to log in once" in Soocial.
Loading Profile...
