Skip to content

Instantly share code, notes, and snippets.

@Carmer
Created March 23, 2016 13:06
Show Gist options
  • Save Carmer/7fd553f3e0b9bb9ed310 to your computer and use it in GitHub Desktop.
Save Carmer/7fd553f3e0b9bb9ed310 to your computer and use it in GitHub Desktop.
@Claudia108
Copy link

The skill-inventory repo was set up with creating the Yaml::Store in the skill_inventory.rb as a self method. And the app was set up like this: set :root, File.join(File.dirname(FILE), '..') I got an error: "NoMethod error" and "no method join for string". I changed it to create the Yaml::Store and the SkillInventory class in the app file as we had done in Task Manager and then it worked. How would it work with the original setup?

@thomschlereth
Copy link

if we hadn't put the gem shotgun in the gem file, would we still need to specify the server to use for webrick?

@marinacor1
Copy link

When we add code to application.css, what's the general rule for what will be overwritten by the application.css file and what won't be overwritten?

@seeker105
Copy link

would we be able to use "app//.rb" to require files in 'models' and 'controllers' together?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment