Giter VIP home page Giter VIP logo

dontblazy's People

Contributors

fourfingerz avatar mhartl avatar thiagogabriel avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

thiagogabriel

dontblazy's Issues

Use postgres on development and test

The app is using SQLite on development and test environment, and Postgres in production. It is a good practice to keep the environments as similar as possible in order to avoid "works on my machine (tm)" cases.

SQLite is very easy to setup but you can use the best features from Postgres or rely that both databases may have the same dataset with this configuration.

Here is one topic with some reasons to change everything to Postgres http://stackoverflow.com/questions/10859186/sqlite-in-development-postgresql-in-production-why-not

Failing tests

Hey @Fourfingerz, whats up?

I'm setting this project on my machine and I have 4 failing tests:

rspec ./spec/features/typical_usage_spec.rb:67 # User lands on landing page for the first time ever adds a new micropost with two associated recipients and began delayed job
rspec ./spec/models/micropost_spec.rb:78 # Micropost micropost#check_in will properly check in a micropost depending on whether or not a user checked in
rspec ./spec/models/user_spec.rb:14 # User will not allow users to make another account with the same phone number
rspec ./spec/models/user_spec.rb:71 # User user#create_status_sms creates the proper tasks map for persistance and proper sms message

Are they failing on you machine?

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.