appscrolls
appscrolls copied to clipboard
The App Scrolls is a magical tool to generate new Rails apps and modify existing Rails applications (coming) to include your favourite, powerful magic.
Running `scrolls list` on my machine (pretty clean install of OS X Lion) dies with ``` /Users/darthdeus/.rbenv/versions/1.9.2-p320/lib/ruby/gems/1.9.1/gems/appscrolls 0.8.4/lib/appscrolls/scroll.rb:30:in `split': invalid byte sequence in US-ASCII (ArgumentError)` ``` This can be easily...
The one thing I’m not happy with is lines 34-36. I don’t know how to properly report an error, so I’m just printing to stdout and exiting.
- Adding SimpleCov code coverage scroll
The guard scroll put some code in the Gemfile like this: ``` ruby require 'rbconfig' HOST_OS = RbConfig::CONFIG['host_os'] group :development do case HOST_OS when /darwin/i gem 'rb-fsevent' gem 'ruby_gntp' if...
Especially given that not everyone (yet) uses RVM or rbenv, it would be a Good Thing™ to have the option of bundling Gems underneath the `vendor` directory; i.e., the equivalent...
I ran this: ``` bash scrolls new nin.no -s twitter_bootstrap unicorn mysql resque redis rspec guard simple_form delayed_job rails_basics capybara git jquery ``` But there's a root password set on...
Maybe this is just important from the position of an appscrolls developer, but as I've been testing/writing some stuff, I'm surprised that it keeps working if a scroll is missing....
http://railscasts.com/episodes/342-migrating-to-postgresql
http://railscasts.com/episodes/56-the-logger-revised perhaps we need a "railscasts" scroll