geany-on-rails
geany-on-rails copied to clipboard
filetypes.ruby
Regarding: [build_settings]
%f will be replaced by the complete filename
%e will be replaced by the filename without extension
(use only one of it at one time)
compiler=ruby1.8 -c "%f" run_cmd=ruby1.8 "%f"
I don't know if it makes a difference but maybe mention could be made in the README that these should be changed to: compiler=ruby2.0 -c "%f" run_cmd=ruby2.0 "%f" for those not using earlier ruby versions.