oyvkva / HashnestBot

A basic RAILS bot for trading hash at Hashnest.com
5 stars 0 forks source link

LoadError: cannot load such file -- app/helpers/static_pages_helper #1

Open speedmax opened 7 years ago

speedmax commented 7 years ago

scheduler.rake seem to require a page helper that you haven't committed yet.

require "#{Rails.root}/app/helpers/static_pages_helper"
include StaticPagesHelper

Are you still running this bot these days?

oyvkva commented 7 years ago

Hi. I've not used the bot for over a year, it was basically just a fun project to learn Rails.

I think the StaticPagesHelper I added now is the correct one, not sure why it was not added to the project. I got the app to run now, but I don't have time to test it out more.