Off we go! Another year of discovery, excitement, change and quite possibly some daunting challenges awaits our brave developer hearts once more. As we walk bleary-eyed to our desks again, fresh smells of coffee filling the office, it’s an excellent time to refocus – amongst other things – on our technical goals; how we’d like […]
Archive for the 'Ruby on rails' Category
4 Web Resolutions for 2008Published by January 15th, 2008 in Office Stuff, Ajax, Web 2.0, Client Work, Development Processes, Technologies, Developers Interest, WWW Site, Project Management and Ruby on rails. 2 Comments |
Rails: Database Search using ‘acts_as_ferret’Published by August 8th, 2007 in Office Stuff, Web 2.0, Development Processes, Agile, Technologies, Developers Interest, WWW Site and Ruby on rails. 1 Comment |
Do you need the capability to run full text based searches on your database? The Ruby on Rails plugin ‘acts_as_ferret’ will enable your application to do this.
‘acts_as_ferret’ is a Rails port to Ferret, the Ruby port of Lucene. It is an ActiveRecord mixin which adds full text searching capabilities to any Rails model.
It also caters […]
