Hi All, I am Jay. I am new to Lovd by Less. I have gone through installation steps of Lovd by Less.
Accordingly, Ruby 1.8.7, Ruby Gems 1.3.4 and Rails 2.3.2 are installed. Few more gems like rflickr, redcloth, rmagick, mysql, hpricot, youtube, uuidtools, colored, mocha, redgreen, acts_as_ferret, ferret, avator and tzinfo are installed. DB is created for both development and test. (development is being used). Rest of configurations are done as explained in READ ME, except Creating a cron job. (I didn't understood how to make it) When 5 th step, running the command 'rake', also giving following error. Errors running test:units, test:functionals, and test:integration! Then Server is started. It's launching the initial page. When tried to register with user name and password details, it's showing the following error. ************************************************************** NoMethodError in AccountsController#signup undefined method `perform_delivery_development' for #<AccountMailer: 0xb6d9662c> Full Trace: /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:523:in `__send__' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:523:in `deliver!' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:395:in `method_missing' /usr/local/src/lovdbyless/lovdbyless/app/models/user.rb:62:in `after_create' /usr/local/src/lovdbyless/lovdbyless/app/controllers/ accounts_controller.rb:68:in `signup' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:523:in `__send__' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:523:in `deliver!' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:395:in `method_missing' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:347:in `send' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:347:in `callback' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:267:in `create' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:2868:in `create_or_update_without_callbacks' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:250:in `create_or_update' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:2539:in `save_without_validation' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ validations.rb:1009:in `save_without_dirty' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ dirty.rb:79:in `save_without_transactions' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:229:in `send' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:229:in `with_transaction_returning_status' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:136:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:182:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:228:in `with_transaction_returning_status' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:196:in `save' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:208:in `rollback_active_record_state!' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:196:in `save' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:1322:in `send' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:1322:in `perform_action_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:617:in `call_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/lib/ruby/1.8/benchmark.rb:308:in `realtime' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rescue.rb:160:in `perform_action_without_flash' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/flash.rb:141:in `perform_action' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `send' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `process_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:606:in `process' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:391:in `process' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:386:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/routing/route_set.rb:433:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:88:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:111:in `_call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:82:in `initialize' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/head.rb:9:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/head.rb:9:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/params_parser.rb:15:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rewindable_input.rb:25:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/session/abstract_store.rb:122:in `call' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:29:in `call' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:9:in `cache' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:28:in `call' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/connection_pool.rb:361:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/reloader.rb:9:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/failsafe.rb:11:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:106:in `call' /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb: 31:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/urlmap.rb:46:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `each' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `call' /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/ log_tailer.rb:17:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/content_length.rb:13:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/handler/webrick.rb:46:in `service' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/local/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/handler/webrick.rb:13:in `run' /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb: 111 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:523:in `__send__' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:523:in `deliver!' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-2.3.2/lib/action_mailer/ base.rb:395:in `method_missing' /usr/local/src/lovdbyless/lovdbyless/app/models/user.rb:62:in `after_create' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:347:in `send' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:347:in `callback' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:267:in `create' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:2868:in `create_or_update_without_callbacks' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:250:in `create_or_update' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:2539:in `save_without_validation' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ validations.rb:1009:in `save_without_dirty' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ dirty.rb:79:in `save_without_transactions' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:229:in `send' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:229:in `with_transaction_returning_status' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:136:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:182:in `transaction' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:228:in `with_transaction_returning_status' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:196:in `save' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:208:in `rollback_active_record_state!' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ transactions.rb:196:in `save' /usr/local/src/lovdbyless/lovdbyless/app/controllers/ accounts_controller.rb:68:in `signup' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:1322:in `send' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:1322:in `perform_action_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:617:in `call_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/lib/ruby/1.8/benchmark.rb:308:in `realtime' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rescue.rb:160:in `perform_action_without_flash' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/flash.rb:141:in `perform_action' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `send' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `process_without_filters' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:606:in `process' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:391:in `process' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:386:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/routing/route_set.rb:433:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:88:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:111:in `_call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:82:in `initialize' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/head.rb:9:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/head.rb:9:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/params_parser.rb:15:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rewindable_input.rb:25:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/session/abstract_store.rb:122:in `call' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:29:in `call' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:9:in `cache' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:28:in `call' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/connection_pool.rb:361:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/reloader.rb:9:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/failsafe.rb:11:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:106:in `call' /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb: 31:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/urlmap.rb:46:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `each' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `call' /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/ log_tailer.rb:17:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/content_length.rb:13:in `call' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/handler/webrick.rb:46:in `service' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/local/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/local/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/local/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/vendor/rack-1.0/rack/handler/webrick.rb:13:in `run' /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb: 111 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 ********************************************************************** Please have a look at issue and guide me in solving this. Any help can be appreciated. Thanks Jay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
