This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ==> ORM configuration in file devise.rb | |
require 'devise/orm/active_record' | |
# ==> Application configuration in application.rb | |
config.generators do |g| | |
g.orm :active_record | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add to file [engine_path]/application.css | |
//= require twitter/bootstrap | |
$(document).ready(function(){ | |
/* Your javascripts goes here... */ | |
}); | |
Add to file [engine_path]/application.css | |
/* | |
*= require bootstrap_and_overrides |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://jimneath.org/2011/03/24/using-redis-with-ruby-on-rails.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PG::Error: ERROR: prepared statement "a3" already exists : | |
SELECT COUNT(*) FROM pg_class c LEFT JOIN pg_namespace n ON n.on = c.rel namespace WHERE c.relkind in ('v','r') AND c.relname = $1 AND n.nsp name = ANY (current_schema(false)) |
NewerOlder