Code Monkey home page Code Monkey logo

kopool's Introduction

README for KoPool

Rails 4, Ruby 2, Postgres

Installation

Useful Blog Posts

##Blog Posts that have proven useful

Issue of login page rendering multiple times

http://stackoverflow.com/questions/18079242/angularjs-controller-execute-twice

In AngularJS, anything wrapped in double curly braces is an expression that gets evaluated at least once during the digest cycle.

AngularJS works by running the digest cycle continuously until nothing has changed. That's how it ensures the view is up-to-date. Since you called a function, it's running it once to get a value and then a second time to see that nothing has changed. On the next digest cycle, it will run at least once again.

http://stackoverflow.com/questions/16883446/watch-not-working-on-variable-from-other-controller

==Running Tests bundle exec rspec

RAILS_ENV=test bundle exec rake spec:javascript

For inline docs: bundle exec rspec --format d

For HTML output of docs: bundle exec rspec --format h

For ERD / Structure Diagram: budnle exec erd (makes erd.pdf)

==Pushing to Heroku Normally will be: git push heroku master

If you want to push a feature branch: git push heroku heroku_push:master

heroku run rake db:seed heroku run rake db:migrate heroku run rails console

kopool's People

Contributors

jackwcollins avatar davecollinsjr avatar

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.