Skip to content

twosavoie/rails-pinning-app

 
 

Repository files navigation

README

Stack: Ruby 2.4.4 Rails 4.2.10 PostgreSQL Heroku at ls-second-pin-app.herokuapp.com/login

To run locally through the terminal: localhost:3000 Gems: bundle install Database: rake db:create, rake db:migrate, rake db:seed OR rake db:setup completes all three Run the server: rails s (or rails server)

To test (using RSpec): bundle exec rake db:test:prepare rspec spec/…

Notes to fellow Skillcrushers: If you’ve forked the project from Skillcrush’s Github and you are using the secrets.yml file for your AWS keys, you really need to remove secrets.yml from version control, then add it to the gitignore file. If you don’t remove it from version control, your keys will be pushed causing you an hour or so of extra work creating new ones… :)

It is much easier to start with a recent version of RSpec, FactoryBot, and ShouldaMatchers.

This is a really interesting and challenging first Rails project. I learned a lot about databases and associations, how to use rails, and how to read docs.

About

Image Sharing App for The Ruby on Rails Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.4%
  • Ruby 31.8%
  • HTML 8.2%
  • Other 0.6%