Webonrails - webonrails.com

General Information:

Latest News:

Asset Pipeline has been extracted as sprockets-rails 15 Oct 2012 | 10:04 pm

The asset pipeline which was introduced in Rails 3.1, has been extracted to a separate gem called sprockets-rails. Performance for assets compiling has been improved. There is a open pull request to m...

ClientSideValidations: Add/Map model validations to JS form validations 12 Oct 2012 | 09:19 pm

Easily map modal validation to client side javascript in Rails. Github: github.com/bcardarella/cl…Railscast: railscasts.com/episodes/263-c… #rails — Akhil Bansal (@bansalakhil) October 12, 2012

Action and Page caching has been extracted as gem 10 Oct 2012 | 01:39 pm

With the commit c82cf81f00f Action and Page caching has been extracted from Action Dispatch as `actionpack-action_caching` and `actionpack-page_caching` gems

turbo-sprockets-rails3: Speeds up your Rails 3 assets:precompile 10 Oct 2012 | 01:36 pm

Speeds up your Rails 3 assets:precompile by only recompiling changed files goo.gl/fwAuL #rails3 — Akhil Bansal (@bansalakhil) October 3, 2012

EdgeRails: ActiveRecord::SessionStore is extracted out of Rails into a gem 30 Aug 2012 | 03:00 pm

With the commit 3324e28804 ActiveRecord::SessionStore is extracted out of Rails into a gem ‘activerecord-session_store’. Setting config.session_store to :active_record_store will no longer work and ...

Edge rails: Now create HABTM join tables easily using migration helper 28 Aug 2012 | 08:47 pm

Earlier whenever we wanted to create a HABTM join table, we do this like: Now, in edge rails after this commit we can use a migration helper for the same:

ActiveRecord after_commit hook 28 Aug 2012 | 08:35 pm

Most developers use ActiveRecord callbacks after_create/after_update/after_destroy to generate background job, expire cache, etc., but they don’t realize these callbacks are still wrapped in database ...

TaffyDB: The JavaScript Database 28 Aug 2012 | 08:31 pm

taffydb.com An opensouce library that brings database features into your JavaScript applications #Yam #JS — Akhil Bansal (@bansalakhil) August 26, 2012

Foreigner: Adds foreign key helpers to migrations and correctly dumps foreign keys to schema 28 Aug 2012 | 06:25 pm

RoR doesn’t support foreign keys in DB migrations.This gem(goo.gl/xpoVt)adds foreign keys support in DB migrations. #ROR #GEM — Akhil Bansal (@bansalakhil) August 21, 2012

Allowing user to set environment variable with sudo 3 Jul 2012 | 12:30 am

I encountered the following error today while installing a few packages on a ubuntu server using a sudo user. “sudo: sorry, you are not allowed to set the following environment variables: DEBIAN_FRON...

Recently parsed news:

Recent searches: