RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

bry4n — 8 posts

http://bry4n.ffiirree.com

Want to build your first Rails 3.0.pre application? Worried about installing Rails 3.0.pre gem might conflict your gems? I have written a bash script where you can install Rails 3.0.pre without gem and run "rails3" command to create your first application. Rails 3.0.pre Quick Install Have fun!
Released a tool that will act as Rails::Initializer's config.gem and extract plugins and gems to vendor/ like "rake gems:unpack". It's portable configuration where you can copy it and paste to another Rails application. You can paste your .rpkg file to gist/pastie/pastebin and download it and merge it with rpkg merge Just good for people who don't want to type: sudo gem install [plugin/gem] to run Rails application. Read this post about Rails Package Management.
Want to put your Jekyll pages on Heroku? Want to run your jekyll pages with rackup, shotgun, unicorn? Here's solution: Rack::Jekyll
Another extraordinary middleware for Rack with deadly simple syntax highlighting support powered by Pygments. Check it out Rack::Pygments
Tilt extras  github.com
I have released the following two Tilt gems: Liquid yield and RedCloth. These gems enable redcloth or liquid's {{ content }} in Tilt, where you can use them on heroku or other servers :-) They are also available on Gemcutter.
I have released another gem called "rails-cmds". It is a bundle of rails commands from script/*. Check out my page for more info: http://bit.ly/6N0AWN
I recently released "Rack::Console", a rack library (inspired by racksh) where you can run rack based apps with "config.ru" file into console/shell. Check my post regarding this extraordinary library (with examples and instruction). http://bit.ly/7W0XfS
I just launched RAIN v0.3.2 Check my post about it with examples and a screenshot click here