Coder Social home page Coder Social logo

spot-us / spot-us Goto Github PK

View Code? Open in Web Editor NEW
360.0 360.0 95.0 14.82 MB

Community Funded Reporting

Home Page: http://www.spot.us/

License: Other

Ruby 11.54% Perl 0.61% JavaScript 75.44% CSS 6.45% PHP 1.05% Shell 0.03% ASP 1.02% ColdFusion 2.62% Lasso 0.51% Python 0.74%

spot-us's Introduction

Spot.Us

Community Funded Reporting

“Spot Us” is a project of the nonprofit Center for Media Change that allows an individual or group to take control of news by sharing the cost (crowdfunding) to commission freelance journalists. Spot.Us is made possible by the Knight Foundation. Read more.

Don’t hesitate to contact us if you any questions or comments.

How does Spot.Us work?

  1. An individual or journalist creates a pitch that outlines an untold story in a local community.
  2. Members of your community vote, with their money, on what stories are most important to them.
  3. A journalist researches the facts and puts together an article. Editors provide check-and-balance on the story.
  4. Spot.Us publishes the story in its news feeds and works with local media outlets to have the articles published more widely.

http://www.spot.us/

Setting Up Spot.Us

Setup configuration files

Make any necessary edits to these if the defaults don’t work for you. Spot.Us is dependent on MySQL because it uses the rand() function.

  1. cp config/database.example.yml config/database.yml
  2. cp config/newrelic.example.yml config/newrelic.yml
  3. cp config/settings.example.yml config/settings.yml

Run basic setup tasks

  1. rake db:create:all
  2. rake db:migrate
  3. rake db:populate

Start your local server

  1. ./script/server

Spot.Us should now be running on your computer at the URL http://spotus.local:3000

spot-us's People

Contributors

cavis avatar desi avatar digidave avatar eliboldr avatar jacqui avatar l4rk avatar laurenrabaino avatar leshill avatar spherop avatar tiendung avatar tpope avatar veezus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spot-us's Issues

Login system on test server does not seem to work

Hi,
I created a fork of spot-us at https://github.com/nkokkos/spot-us in order to install a working test system on my pc. Therefore, I had to deactivated a number of libs (in the folder lib) and also comment out some lines in models where the S3 library is used.
My intention was to create a working system so that I could log in as administrator and check out the admin profile and its abilites.
I froze all the gems to the version of 2.3.2 rails and made the required changed to some files (database.yml, settings.yml etc).
After that, I prepared the system by issuing the following commands:
rake db:create
rake db:migrate
rake db:populate
and finally,
ruby script/server to launch the the server.

The app fires up but when I try to login using any of the credentials inserted by the
rake db:populate command (https://github.com/spot-us/spot-us/blob/master/db/fixtures/shared/users.rb) , I can't login.

Could you please tell me if you have experienced a similar problem or is there a problem with the sessions_controller.rb?

Thank you in advance

rake error

On a fresh install ubuntu server 9.07 ruby and rails set up running and tested
spot-us files in a good home and to make sure I have all the gems I need, I run

sudo rake gems:install

Gives an error
Undefined method `clear' for <Rake::Task default => [test]>:Rake::Task

Checking the task 'clear_test_default.rake'
it seems to look for a test script in the default rails dir (2.3.2)
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2

Do I need to make a change?

error while executing server script

Following are versions I used to run Spotus App
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux]
gem: 1.3.3
rails: 2.3.2
rake: 0.8.4

Following is the error while executing the ./script/server
config/environments/development.rb:43:in load_environment': undefined method[]' for nil:NilClass (NoMethodError)

Help with install of spot-us

I new to 3rd party Ruby code.

I have tried to install open-us for a client and I get errors, it would appears I need install Cucumber first.

I have gotten to the point where trying to run db:migrate I get the message:

undefined method `each' for #<Mysql:0x3d99560>

What version of mysql and Ruby on Rails is spot-us using?

thanks

RightAws::AwsError in Admin/channelsController#create

RightAws::AwsError in Admin/channelsController#create

AWS access keys are required to operate on S3

RAILS_ROOT: /home/deven/rweb/project/spot-us
Application Trace | Framework Trace | Full Trace

/home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/awsbase/right_awsbase.rb:217:in init' /home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/s3/right_s3_interface.rb:81:ininitialize'
/home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/s3/right_s3.rb:65:in new' /home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/s3/right_s3.rb:65:ininitialize'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:128:in new' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:128:ins3'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:134:in s3_bucket' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:166:inflush_writes'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:163:in each' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:163:inflush_writes'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/attachment.rb:138:in save' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:242:insend'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:242:in save_attached_files' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:235:ineach_attachment'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:234:in each' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:234:ineach_attachment'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:241:in save_attached_files' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:178:insend'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:178:in evaluate_method' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:166:incall'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:93:in run' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:92:ineach'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:92:in send' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:92:inrun'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:276:in run_callbacks' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/callbacks.rb:344:incallback'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/callbacks.rb:251:in create_or_update' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/base.rb:2539:insave_without_validation'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/validations.rb:1009:in save_without_dirty' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/dirty.rb:79:insave_without_transactions'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:229:in send' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:229:inwith_transaction_returning_status'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in transaction' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:182:intransaction'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:228:in with_transaction_returning_status' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:196:insave'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:208:in rollback_active_record_state!' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:196:insave'
/home/deven/rweb/project/spot-us/vendor/plugins/response_for_rc/lib/ardes/response_for_rc/actions.rb:39:in create' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1322:insend'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1322:in perform_action_without_filters' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:617:incall_filters'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:610:in perform_action_without_benchmark' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:inperform_action_without_rescue'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in ms' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:inrealtime'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in ms' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:inperform_action_without_rescue'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rescue.rb:160:in perform_action_without_flash' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/flash.rb:141:inperform_action'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in send' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:inprocess_without_filters'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:606:in sass_old_process' /usr/lib64/ruby/gems/1.8/gems/haml-2.2.16/lib/sass/plugin/rails.rb:19:inprocess'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:391:in process' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:386:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:433:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:88:indispatch'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:111:in _call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:82:ininitialize'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in call' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:incall'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in cache' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:9:incache'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:28:in call' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/head.rb:9:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/params_parser.rb:15:in call' /home/deven/rweb/project/spot-us/vendor/plugins/facebooker/lib/rack/facebook.rb:43:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rewindable_input.rb:25:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:93:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/reloader.rb:9:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/failsafe.rb:11:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:insynchronize'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:106:incall'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb:31:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:46:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in each' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:incall'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/log_tailer.rb:17:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/content_length.rb:13:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/webrick.rb:50:in service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:inservice'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in run' /usr/lib/ruby/1.8/webrick/server.rb:173:instart_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in start' /usr/lib/ruby/1.8/webrick/server.rb:162:instart_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in start' /usr/lib/ruby/1.8/webrick/server.rb:92:ineach'
/usr/lib/ruby/1.8/webrick/server.rb:92:in start' /usr/lib/ruby/1.8/webrick/server.rb:23:instart'
/usr/lib/ruby/1.8/webrick/server.rb:82:in start' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/webrick.rb:14:inrun'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:111
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
script/server:3

/home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/awsbase/right_awsbase.rb:217:in init' /home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/s3/right_s3_interface.rb:81:ininitialize'
/home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/s3/right_s3.rb:65:in new' /home/deven/rweb/project/spot-us/vendor/plugins/right_aws/lib/s3/right_s3.rb:65:ininitialize'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:128:in new' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:128:ins3'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:134:in s3_bucket' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:166:inflush_writes'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:163:in each' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/storage.rb:163:inflush_writes'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip/attachment.rb:138:in save' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:242:insend'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:242:in save_attached_files' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:235:ineach_attachment'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:234:in each' /home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:234:ineach_attachment'
/home/deven/rweb/project/spot-us/vendor/plugins/paperclip/lib/paperclip.rb:241:in save_attached_files' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:178:insend'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:178:in evaluate_method' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:166:incall'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:93:in run' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:92:ineach'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:92:in send' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:92:inrun'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/callbacks.rb:276:in run_callbacks' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/callbacks.rb:344:incallback'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/callbacks.rb:251:in create_or_update' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/base.rb:2539:insave_without_validation'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/validations.rb:1009:in save_without_dirty' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/dirty.rb:79:insave_without_transactions'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:229:in send' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:229:inwith_transaction_returning_status'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in transaction' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:182:intransaction'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:228:in with_transaction_returning_status' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:196:insave'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:208:in rollback_active_record_state!' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/transactions.rb:196:insave'
/home/deven/rweb/project/spot-us/vendor/plugins/response_for_rc/lib/ardes/response_for_rc/actions.rb:39:in create' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1322:insend'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1322:in perform_action_without_filters' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:617:incall_filters'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:610:in perform_action_without_benchmark' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:inperform_action_without_rescue'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in ms' /usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:10:inrealtime'
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in ms' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:inperform_action_without_rescue'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rescue.rb:160:in perform_action_without_flash' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/flash.rb:141:inperform_action'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in send' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:inprocess_without_filters'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:606:in sass_old_process' /usr/lib64/ruby/gems/1.8/gems/haml-2.2.16/lib/sass/plugin/rails.rb:19:inprocess'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:391:in process' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:386:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:433:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:88:indispatch'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:111:in _call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:82:ininitialize'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in call' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:incall'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in cache' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:9:incache'
/usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:28:in call' /usr/lib64/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/head.rb:9:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/params_parser.rb:15:in call' /home/deven/rweb/project/spot-us/vendor/plugins/facebooker/lib/rack/facebook.rb:43:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rewindable_input.rb:25:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:93:incall'
/usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/reloader.rb:9:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/failsafe.rb:11:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:insynchronize'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in call' /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:106:incall'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb:31:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:46:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in each' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/urlmap.rb:40:incall'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/log_tailer.rb:17:in call' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/content_length.rb:13:incall'
/usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/webrick.rb:50:in service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:inservice'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in run' /usr/lib/ruby/1.8/webrick/server.rb:173:instart_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in start' /usr/lib/ruby/1.8/webrick/server.rb:162:instart_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in start' /usr/lib/ruby/1.8/webrick/server.rb:92:ineach'
/usr/lib/ruby/1.8/webrick/server.rb:92:in start' /usr/lib/ruby/1.8/webrick/server.rb:23:instart'
/usr/lib/ruby/1.8/webrick/server.rb:82:in start' /usr/lib64/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/webrick.rb:14:inrun'
/usr/lib64/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:111
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
script/server:3

Request

Parameters:

{"commit"=>"Save changes",
"channel"=>{"status"=>"hilited",
"title"=>"TotalITSolutions",
"channel_image"=>#File:/tmp/RackMultipart.2374.2,
"description"=>"TotalITSolutions"}}

Show session dump


Response

Headers:

{"Content-Type"=>"",
"Cache-Control"=>"no-cache"}

Application Error

Would someone be able to assist me to correctly install this script on my site. I have installed but I receive the following error.

"Ruby (Rack) application could not be started
These are the possible causes:

There may be a syntax error in the application's code. Please check for such errors and fix them.
A required library may not installed. Please install all libraries that this application requires.
The application may not be properly configured. Please check whether all configuration files are written correctly, fix any incorrect configurations, and restart this application.
A service that the application relies on (such as the database server or the Ferret search engine server) may not have been started. Please start that service.

Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem.

Error message:
No such file or directory - config.ru
Exception class:
Errno::ENOENT"

Translation

Hi eric
I wanted to ask how difficult is the task of translating menus and all that stuff, from english to another language (mine is greek , utf8 chars ) ?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.