Tag: customisation
- 
			 “Creating Custom Rake Tasks in Rails” Creating Custom Rake Tasks in Rails  Ruby on Rails provides a powerful and convenient command-line tool called Rake, which is used for running tasks within a Rails application. While Rails comes with a set of predefined tasks, it is also possible to create custom rake tasks to automate certain processes specific to your…