- Marshaling AR objects: dangerous if internal structure of AR object changes with Rails change
- Is it ok for users to see slightly older data?
- Initializer that loads yaml file that loads different connections per Rails environtment
Use this format to assign variables:
$error-red: #911
Transformations:
background-color: lighten(red, 10%)
Functions:
###Autocomplete
rails g autocomplete
javascript_include_tag "autocomplete-rails.js"
autocomplete :resource, :title #, :full => true
autocomplete_field_tag
Implementation of the Reactor pattern
EM.run do
EM.start_server '0.0.0.0', 2202, EchoServer
end
####Scope your gems to your app:
bundle install --path vendor/bundle
####Ensure that bundle install
has been run locally
(ie, there are no gems in Gemfile that do not match the lockfile
bundle install --frozen
The following document is a written account of the Code School screencasting framework. It should be used as a reference of the accompanying screencast on the topic.
You're probably aren't going to take the time to read this screencast if you're not interested, but there are a lot of nice side effects caused by learning how to create quality screencasts.