The Rambling Trie has reached its 0.4.2 version. This one includes the before mentioned changes for the trie instance to behave as an Enumerable
.
-
Version 0.4.2 of the Rambling Trie has been released!
-
New homepage for Rambling Trie
As done with the jQuery Rambling Slider previously on this week, and as I promised on that post as well, the Rambling Trie now has its own homepage on ramblinglabs.com! Here's the link:
Continue Reading » -
Pygmentizing your Rails app hosted on Heroku
Last week, I watched Ryan Bates' Syntax Highlighting RailsCast and wanted to apply what I had just learned right away, using pygments.
Continue Reading » -
jQuery Rambling Slider new home page
The jQuery Rambling Slider now has its own dedicated section here on ramblinglabs.com. Here's the link: jQuery Rambling Slider | A CoffeeScript improved version of the Nivo Slider
Continue Reading » -
The rambling-slider-rails v0.1.0 has been released!
Version 0.1.0 of the
Continue Reading »rambling-slider-rails
gem is here!
And it includes a major bug fix. -
Rambling Trie 0.4.1 is out!
Version 0.4.1 of the Rambling Trie is here. It has some minor performance improvements over previous versions, changes in file/directoy structure, as well as a new API entry point, other API methods and more documentation.
Continue Reading » -
Rails - Custom 404 and 500 pages and the exception_notification gem
As I explained before on the Rails 3.1 - Adding custom 404 and 500 error pages post, sometimes you might want to have a custom way to handle your not found and internal server errors. In that case we wanted to show the error with a custom template.
Continue Reading » -
Introducing rambling-slider-rails: Easily include the jQuery Rambling Slider on your rails app
About three weeks ago, I had to use the jQuery Rambling Slider together with the Rails asset pipeline...
Continue Reading »
It was a headache and a total mess... Having to change all the references to the images on the CSS file, as well as the themes was not as smooth as I would like that to be. -
Git: Removing sensitive data and rewriting history
One thing that tends to happen with Git, is being careless with what you add to your repository.
Continue Reading »
I've seen this happen since I began using Git, a couple years ago, and it stays happening over and over again, for various reasons. -
Rambling Trie 0.3.3 has been released!
The new version of the
Continue Reading »rambling-trie
gem is out!
As I said on my previous post, therambling-trie
is an implementation of the Trie data structure in Ruby. -
Rambling Trie: A custom Trie data structure implementation in Ruby
We're proud to announce that our first gem is here!
Continue Reading » -
Migrating your blog posts to Markdown with Upmark and Nokogiri
As I said in my last post, for our new site, we changed our blog engine from WordPress to the Postmarkdown gem. At the end of that post, I mentioned that we had to migrate the old posts from WordPress to Markdown.
Continue Reading » -
Writing your blog posts in Markdown with Postmarkdown
Another thing we added to our new site, uploaded back at the end of December, was the ability to write our blog posts in Markdown, which is a text-to-html tool that allows you to write formatted text without actually having to write all the corresponding HTML. Markdown is used for the project wiki pages on GitHub, and can also be used for the project's readme file.
Continue Reading » -
Rails 3.1: Treating your '.swf' files as assets
This week, I've been deploying one of my current Ruby on Rails projects to WebFaction.
Continue Reading »
For what we found, it's definitely one of the best options out there for shared hosting with Python and Ruby. -
jQuery Rambling Slider v0.3.1 is out!
Version 0.3.1 of the jQuery Rambling Slider has been released!
Continue Reading »
You can download it from GitHub and test it out. -
Replacing ERb with HAML on your Rails application generators
As you may know, we've been using HAML lately for our views.
Continue Reading » -
Rails 3.1 - Adding custom 404 and 500 error pages
As I said when announcing the Rambling Labs new site, we've been learning a lot of stuff while building it.
Continue Reading » -
Writing elegant HTML with HAML
Another cool thing that we learned while building the new Rambling Labs site was HAML.
Continue Reading »
It's a markup language that is based on the premise that 'Markup should be beautiful', in their own words. -
Generating your site menu with the 'simple-navigation' gem
One of the cool things I learned while building our new site was how to generate your site navigation menu without having to do the highlighting logic yourself.
Continue Reading » -
New look for Rambling Labs!
As you may have noticed, our logo, our favicon, and our site and blog have a new look.
Continue Reading »
We have added a pretty Home page, a cool Contact page and an informative About us page.
Also, the blog has moved from it's original location at the root of the ramblinglabs.com domain to ramblinglabs.com/blog. Every old blog post link and blog tag link has been taken care of and redirects to the new location.