
rails
Get flash to fully experience Pearltrees
Data on Rails - Google Data Protocol - Google Code
api-ruby-client - Google APIs Client Library for Ruby
You can find below a sample code implementing OAuth2 and an access to the ‘/me’ endpoint. The script will redirects you to the Viadeo OAuth2 authentication page, just enter some Viadeo credentials and you will be redirected to ‘https://api.viadeo.com/me’ with the accesss_token set. This samples runs with Ruby 1.8 + Rails 2.3.4. Note : Error catching is here minimal, you have to implement a better error management. Please also note than if you activate cookies, the authentication session of the user will be kept. <p style="text-align:right;color:#A8A8A8"></p>
Ruby sample code | Viadeo API
Full text search in in Rails with Sunspot and Solr « TechBot
The book you should get to dig deeper into Solr Click here if you want to see a PDF version of this tutorial. Full source code for this tutorial is available at GitHub. Everyone wants to take their databases to run everything as fast as possible. We usually say query less, add more caching mechanisms, add indexes to the columns being searched, but another solution is not to use the database at all and look for better solutions for your querying needs. When querying for text in our databases, we’re often doing “LIKE” searches.(Yes it's a long title, since people kept asking me to write about this and that too :) I do when it has a point.) While SQL databases are insanely useful tools, their monopoly in the last decades is coming to an end. And it's just time: I can't even count the things that were forced into relational databases, but never really fitted them. (That being said, relational databases will always be the best for the stuff that has relations .)
Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison :: KKovacs
API-based Client/Server Applications with TDD and ActiveResource
Rails 3 in a Nutshell
If you don't know what is a sitemap , I strongly encourage you to fill this gap in knowledge first and then get back to reading. It seems to be clear that manual updating a sitemap can turn into a horror. Hopefully we can make the Rails do the job for us. So, what components are we going to need to build a dynamic sitemap? Well, we are going to need a separate action (or even controller), an XML view and model methods to provide us with URL data. Let's start from creating the Sitemap controller and its index action:
Generate Sitemap in Rails
A couple of years ago a lot of buzz started in the Ruby community about Erlang , a functional programming language developed by Ericsson originally for use in telecommunications systems. I was intrigued by the talk of fault tolerance and concurrency, two of the cornerstones that Erlang was built on, so I ordered the Programming Erlang book written by Joe Armstrong and published by the Pragmatic Programmers and spent a couple of weeks working through it. A year later, Kevin Smith began producing his excellent Erlang in Practice screencast series in partnership with the Pragmatic Programmers. It’s amazing how much difference it made for me to be able to watch someone develop Erlang applications while talking through his thought process along the way. As I was learning Erlang, I kept threatening to rewrite the poller service that handles updating Campfire chat rooms when someone speaks in room.

