- SimpleForm - A new gem from Plataforma to make building forms in Rails easier.
- Creating Configuration Files With Ruby Templates - I always forget that I could be using Ruby as a scripting tool to solve a few of my more mundane tasks of the day.
- Organizations for Small Businesses - GitHub is just getting better and better. Good to see it catering to small businesses as well now.
- Replace Cron with Clockwork - A new cron replacement with nice and simple syntax.
About Me
My name is Matthew Lang, and I'm a programmer and Ruby hobbyist based just outside Glasgow in the UK.
Search
My Places
Tags
- Snippets (133)
- Rails (101)
- Sinatra (26)
- Testing (22)
- Ruby (21)
- Gems (20)
- NoSQL (14)
- Git (12)
- Agile (10)
- Authentication (10)
- view all 60 tags
- Deployment (7)
- Rack (7)
- TDD (7)
- ActiveRecord (6)
- Conferences (6)
- Heroku (6)
- Craftmanship (5)
- Enterprise (4)
- Javascript (4)
- Plugins (4)
- Programming (4)
- Software Projects (4)
- CMS (2)
- DataMapper (2)
- Github (2)
- RVM (2)
- SQL (2)
- Techniques (2)
- AJAX (1)
- Android (1)
- Application Design (1)
- Best Practices (1)
- Books (1)
- Bundler (1)
- Caching (1)
- Debugging (1)
- Formtastic (1)
- Frameworks (1)
- Freelancing (1)
- Incubator (1)
- IronRuby (1)
- MacRuby (1)
- Mobile (1)
- Mongrel (1)
- nanoc (1)
- Open Source (1)
- Performance (1)
- Productivity (1)
- Rake (1)
- Refactoring (1)
- Review (1)
- Scripting (1)
- Sequel (1)
- Server (1)
- Social Media (1)
- Technology (1)
- Tools (1)
- Web Design (1)
- Windows (1)
- YAML (1)
Snippets #118
Snippets #50
- The Complete Class - I haven't though much about class design since I started Ruby, so it was good to read this post on the Ruby Best Practices blog.
- GitProductive - LOC might not be a good measure of how productive you are, but it does give a good indication of progress when your refactoring.
- Devise - An interesting authentication solution for your Rails applications.
- Setting up a Mac to work with Git and Github - Great guide to getting started with Github.