Programmering er en ting, som de fleste synes er meget sjovt. Selvom du ikke er en programmør eller en koder, kan du stadig nyde de […]
Programmering er for alle
Ruby On Rails er en populær ramme for programmører. Det er en open source, gratis, webbaseret software, der blev skabt af David Heinemeier Hansson i […]
Tjek den velkendte tutorial om Ruby On Rails
Ruby On Rails er et velkendt programmeringssprog, der primært bruges af webudviklingsindustrien. Det anses for at være let at lære og bruge. Ruby on Rails […]
Ruby On Rails
A web development framework is a code library that provides developers with a time-saving solution – a time-consuming effort to create forms, tables, and menus […]
Creating your own WordPress plugin database migration framework
How to create a database migration framework for WordPress that automatically migrates changes to your plugin database structure. So, how do you migrate changes to […]
Creating a public symlink using Capistrano
How to create a public symlink that’s shared between releases using Capistrano. So, I have a folder containing static sitemap files for my site. These […]
Examples of Ruby on Rails
Basic set of examples to read if you want to learn Ruby on Rails. When I want to learn a new programming language or framework, […]
Sublime Text: Convert Ruby 1.8 to 1.9 style hash syntax
How to automatically replace and convert Ruby 1.8 to 1.9 style hash syntax using Sublime Text without any plugins or gems. Ruby 1.9 and 2.0 […]
Gracefully reindex Sunspot Solr without dropping indexes
How to reindex your Sunspot Solr models without dropping the entire index first. If you’re using the Ruby on Rails Sunspot gem for searching your […]
Fixing “You have already activated rake 10.1.0, but your Gemfile requires rake 10.0.0″
How to fix the “Gem::LoadError: You have already activated rake 10.1.0, but your Gemfile requires rake 10.0.0. Using bundle exec may solve this.” error by […]