Instant new Rails applications with the App Scrolls April 10th, 2012 , posted in Announcement , Engine Yard , Ruby on Rails , Tutorial , ∞ , 3 comments When I start a new project I want to start how I plan to finish. If I intend to write integration tests then I want to start them imm...
April 6th, 2012 Parallelism in Ruby, learn Ruby with Rubeque, Torque 2.0 released, Rack Cache and Memcache on Heroku, beautiful Github pages, and Github spring cleaning. April 3rd, 2012 A new Rails 3.2.3 with safer defaults for mass assignments, a catalog to make sense of Heroku's mil...
The vast majority of the existing code for my current project is in Java, but the majority of the new code that we write is in Clojure; as a result, I spend quite a bit of time bouncing between Clojure & Java. Recently I was working with some Clojure code that was easily testable (in ...
This is a simple block that does quite a bit. Any requests matching the old domain are caught and redirected. The first redirect line with a $request_uri means “when we redirect, copy the URL part” so when they visit http://www.beta_domain.com/about they will be redirected to http://w...
RubyConf Brasil 2012 - Call for Papers Posted on April 10, 2012 I’ve been a bit late in promoting RubyConf Brazil this year, I apologize for that. I’ve released the Call for Papers website a few days ago but I was only able to post about it today. If you want to come talk at our confe...
drbrain | Mon, 09 Apr 2012 23:34:30 GMT Posted in RDoc , Software Source Documentation Bug Reports rdoc-spellcheck checks your documentation for spelling errors. File, class, and method names are automatically excluded from the results and you can add your own words to the default wor...
WATOBO is intended to enable security professionals to perform efficient (semi-automated ) web application security audits. It works like a local web proxy.
Rails Internals: Mass Assignment Security Posted by oscardb on April 10, 2012 — 0 comments Another post in the rails internals series: Mass Assignment Security . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a pro...
Guard::Brakeman automatically scans your Rails app for vulnerabilities
Tuesday, April 10, 2012 at 7:34AM Running late today. Story of my life. twitter/mysql - Twitter has released their MySQL fork. I'll be amused to watch all the people who rush to use it without considering whether they have any of the problems it's designed to overcome. Harness - Conne...
knife-joyent 0.0.1 Joyent CloudAPI Support for Chef's Knife Command install gem install knife-joyent Download Documentation Subscribe Stats Authors Kevin Chan 11 total downloads 11 for this version Owners Links Homepage Bundler gem "knife-joyent", "~> 0.0.1" Versions 0.0.1 April 10, 2...
myGengo is a service that offers various translation APIs, both machine and high quality human-sourced. The mygengo gem lets you interface with the myGengo REST API (http://mygengo.com/services/api/dev-docs/).
Now, as I’ve learned more about Tokaido’s approach, I’m really glad that I started building something else. Statically linking everything is good for the tools to get started (for example, we’re going to make it such that you don’t have to compile anything to get started with Rails an...
magic-commenter 0.0.3 Add magic comments to your ruby files install gem install magic-commenter Download Documentation Subscribe Stats Authors Albert llop 1,037 total downloads 629 for this version Owners Bundler gem "magic-commenter", "~> 0.0.3" Versions 0.0.3 September 14, 2010 0.0....
However, the main syslog file tends to capture a lot of events from different sources (it depends on your syslog configuration , located at /etc/syslog.conf, which specifies what events to send to your different syslog files) and in some cases you may want to dip into one of the more ...
#171 Delayed Job (revised) Jan 07, 2012 | 8 minutes | Plugins , Background Jobs Long requests should be moved into a background process, and Delayed Job is one of the easiest ways to do this because it works with an Active Record database. Subscribe to Watch Episode Tweet Show Notes A...
# routes.rb root :to => 'home#index' resources :posts # home_controller.rb class HomeController < ApplicationController def dashboard @users = User.last_ten.includes(:avatars) @posts = Post.all_today end end # posts_controller.rb class PostsController < ApplicationController def creat...
This list is for discussing the versions of Watir currently in development by both developers and beta-testers. This is also a good place to discuss ideas for changing Watir, and for potential contributors to get feedback on their contributions. Further details. To see the collection ...
Capistrano Deploytags is a simple plugin to Capsitrano that works with your deployment framework to track your code releases. All you have to do is require capistrano-deploytags and each deployment will add a new tag for that deployment, and will move the *-latest tag to the latest co...