• RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Ruby On Rails Search engine for Mozilla Firefox

Some days ago we created a customized google search engine for ROR, now you can use this search engine with Mozilla Firefox. What you have to do is: Download rails_search.xml, save it in your searchplugins directory under Mozilla FireFox installation path (usually it is  C:\Program Files\Mozilla Firefox\searchplugins) and you are done. Restart FireFox and Rails search engine will appear in the search engine list at top right corner.

*To download the file, right click on the link above and save link as rails_search.xml

One Response so far.

  1. Erik says:

    Hmm, nice site! Many of the rails sites floating around seem to be this stylish, I wonder if it’s a coincidence with the language being clean.


Github2S3: Backup Github Repositori...

Cross Posted from http://vinsol.com/blog Who doesn't know GitHub now a days, ...

Edge Rails: Time#current...

Returns Time.zone.now when config.time_zone is set, otherwise just returns Time.now

Edge Rails: Array#random_element...

Array#rand is deprecated in favor of Array#random_element and will be ...

Edge Rails Updates...

New edge rails deprecations: Time#last_year is deprecated in favor of Time#prev_year Time#last_month ...

Download recursive directories with...

Using ftp to download multiple files using 'mget' command is ...

Edge Rails: Time#current...

Returns Time.zone.now when config.time_zone is set, otherwise just returns Time.now

Edge Rails: Array#random_element...

Array#rand is deprecated in favor of Array#random_element and will be ...

Edge Rails Updates...

New edge rails deprecations: Time#last_year is deprecated in favor of Time#prev_year Time#last_month ...

uninitialized constant ActionMailer...

Just a quick note, If you are getting "uninitialized constant ...

11 Things to Consider Before Deploy...

Cross Posted from http://vinsol.com/blog At VinSol, we have been ...