The State of the UK Contracting Market
Where are all the contract jobs?
Read More...
Read More...
Rails Plugins
30/06/09 09:25 Filed in: Computing | Development
I discovered some neat rails plugins:
- acts_as_list (http://github.com/rails/acts_as_list.git): Provides automatic list-like behaviour to an active record relationship with automatic management of a position column
- acts_as_tree (http://github.com/rails/acts_as_tree.git): Provides a tree structure in a single table with a parent/child relationship between rows
- app_config (http://agilewebdevelopment.com/plugins/app_config): Allows you to add your own custom entries into the rails environment configuration files
From Java to Ruby on Rails
29/06/09 19:16 Filed in: Computing | Development
I’ve been moving my personal development efforts from Java to Ruby on Rails... Read More...