When you need to patch an existing gem, one way is to "vendor" the gem by copying it into the...
ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => "#{Location.solr_configuration[:type_field]}:#{ModelClass}")) ActsAsSolr::Post.execute(Solr::Request::Commit.new)
This can happen during development when classes without automatic reloading are pointing to classes with automatic reloading. E.g. some class...
Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]
Gem to provide nice looking urls ("/blog/the-greatest-bug-i-never-fixed"). If you don't need anything too special (like i18n for the urls...
httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests. The HTTP requests can be sent via an HTTP...
I have been playing around with RESTful Rails recently. Below is my collection or Rails REST howtos, tutorials and other...
PUT means update the resource with this entity, which tends means "overwrite". Now think for a moment about how that...
Once you start introducing partial updates, you open yourself for caching problems. doing partial updates means all cached copies of...
i keep looking for ways to help people 'get' REST. not URLs or HTTP Methods; but REST itself - in a...
There are many wonderful things about Rails and the Rails ecosystem. A clean, well-lighted path for keeping all your...
One of the things that I always wanted to do but never got around to was to analyze a user...
SWFRIP is a Macromedia Flash resource extractor and editor. It can save resources in various formats, including SVG conversion from...
So, as a result, people using RESTful ideas to talk to browsers have to put the smarts back on the...
In earlier version I needed to do an awkward thing that only affected development mode, where Rails unloads all classes...
Porter is essentially the inverse of X-SendFile. It parses the multipart post in C inside your apache process and...
Most of the problems with cookies are due to breaking visibility,
Without intending to take anything away from Roy’s (valid) criticism on labeling, REST isn’t an all or nothing...
Trample is a more flexible load simulator. Instead of a static list of urls, trample's configuration language is ruby...
On any page accessed with SSL, all Ajax requests must use SSL, or they will fail. To make this happen...
The idea behind scrooge is both surprisingly simple and powerful: instead of forcing the developer to manually specify each attribute...
Deadweight is RCov for CSS, kind of. Given a set of stylesheets and a set of URLs, it determines which...