Most devise rails related news are at:

railsinside.com – Rails Inside: The Ruby on Rails News Blog

How To Score Your Rails App's Complexity Before Refactoring 27 Oct 2010 | 12:18 pm

Every Rails developer must refactor their Rails code at some time. Ruby's dynamic nature makes it difficult for generic tools to understand what Ruby is doing though. Once you add Rails macros and met...

14 Bare Minimum Security Checks Before Releasing a Rails App 23 Oct 2010 | 11:48 am

When you upload your latest app to a production Web server and open it up to the world, you're really throwing your app to the elements - good and bad. If you don't pay any attention to security whats...

More devise rails related news:

Trying to Get the Business Associated to the User on Account Creation. dropclock.com 14 Mar 2012 | 05:30 am

Devise, Rails, Overriding Registration Controller, Inheritance and Super. I love it.

Trying to Get the Business Associated to the User on Account Creation. dropclock.com 13 Mar 2012 | 09:30 pm

Devise, Rails, Overriding Registration Controller, Inheritance and Super. I love it. What we have is a few models: Users, Businesses and BusinessUsers where BusinessUsers is the join between Users and...

Hyundai Accent CRDi – Australia’s Most Affordable Diesel Car autoweb.com.au 20 Jan 2012 | 10:00 am

The Hyundai Accent sees the current all-petrol line-up expanded with the addition of an efficient common-rail turbo diesel engine, delivering new levels of performance and economy to the Active model ...

Why Arel? magicscalingsprinkles.wordpress.com 29 Jan 2010 | 12:35 pm

The upcoming version 3 of Ruby on Rails will feature a sexy new querying API from ActiveRecord. Here is an example: User.order('users.id DESC').limit(20).includes(:items) You can see that all querie...

Introducing Cache Money magicscalingsprinkles.wordpress.com 11 Dec 2008 | 07:25 pm

Pre-requisite: please read my article on Write-through caching to understand why this is useful. Most caching solutions in the Rails world involve something like Cache-Fu: an alternative API to Activ...

Write-Through Cacheing is an Essential Part of a Healthy Scaling Strategy magicscalingsprinkles.wordpress.com 24 Nov 2008 | 08:05 pm

The debate around “Does Rails scale?” I’ll leave to the armchair architects. But one thing I know is that having one 100% Beef Database doesn’t scale. With replication you can scale your database. Wi...

Ruby on Rails auf Ubuntu 11.10 installieren webmatze.de 16 Oct 2011 | 02:17 am

Seit einigen Tagen (Oktober 2011) ist die neuste Version von Ubuntu zum Download freigegeben. Ubuntu 11.10 oder auch Oneiric Ocelot genannt, ist ein wirklich ausgereiftes und leicht zu bedienendes Lin...

Bulk ALTER TABLE with Rails 3 and MySQL m.onkey.org 1 Feb 2011 | 02:34 am

With this commit, Rails migrations will support adding/removing/changing multiple columns via a single ALTER TABLE statement for MySQL. Let’s say you need to add 2 new columns to a table and modify d...

Nested layouts in Rails 3 m.onkey.org 24 Dec 2010 | 01:36 am

This an update/rewrite of my previous post nested layouts – as that version no longer works with Rails 3. Code Add the above helper method in your ApplicationHelper or wherever you see fit. Example...

Signed and Permanent cookies in Rails 3 m.onkey.org 6 Feb 2010 | 01:37 am

David added a very cool feature to Rails recently – Signed cookies and permanent cookies This lets you set permanent and/or signed cookies very easily. Before this, you’d have to write : Now just be...

Recently parsed news:

Recent keywords:

Recent searches: