rake_server icon indicating copy to clipboard operation
rake_server copied to clipboard

Client/server architecture for invoking and running Rake tasks

Results 2 rake_server issues
Sort by recently updated
recently updated
newest added

Can you support tasks with arguments ? Instead of Rake.application[task.to_sym] on the server, use Rake.application.parse_task_string to extract the task name. Then, when invoking the task, pass them to task.invoke

Are there any plans to make it run under JRuby? cheers, Pedro