I’ve recently been working on a project to demonstrate useage of Devise with SimpleDB. Today I’m going to take a short side trip to add Twitter Bootstrap to the project to get things looking a little nicer. I’ll cover add the framework to a rails project, initial page setup, and the specifics of modifying Devise views to be more bootstrapish.
Read the whole post
In this post I’ll do some refactoring of the project started in Part 1. I’ll be adding Rspec to do some testing, and then writing some specs to expose some problems that exist in the previous implementation, then finally fixing those problems.
Read the whole post
I’ve just released a new ruby gem called SimpleUnique that adds a ‘validates_uniqueness_of’ method to the AWS::Record::Model class provided by ‘aws-sdk’. This allows you to do things like garauntee unique usernames. Like many things in life, SimpleUnique is not perfect, and using it does include some caveats that you should consider. Read the whole post to learn more.
Read the whole post
I’ve recently been working on a project for [client name withheld pending approval from legal dept] where we’re storing a lot of data in SimpleDB and when it came time to add an authentication layer, I naturally turned to Devise because I’ve used it before and it’s a great fit for the needs of this project. Unfortunately Devise doesn’t work with SimpleDB right out of the box. It took a little work and the creation of a new gem to get things working, but now it should be easy to get them to play nicely together in any project.
Read the whole post
Easymarklet is a new ruby gem that makes it super easy to build bookmarklets that interact wtih your rails app.
Read the whole post
easyxdm-rails is a new Ruby gem that allows you to easily include the easyXDM javascript library in your application.
Read the whole post
When using Capistrano to deploy a Rails project you may run into a problem with installing gems from a git source. This is about working around a really unhelpfull error that just says : "The --deployment flag requires a Gemfile.lock. Please make sure you have checked your Gemfile.lock into version control before deploying."
Read the whole post
CodeMirrorUI is a simple interface that I wrote to act as a wrapper around the CodeMirror text editor widget by Marijn Haverbeke. It adds icons for basic functionality such as undo/redo and find/replace.
Read the whole post
Page 3 of 3
Previous page