geany-on-rails icon indicating copy to clipboard operation
geany-on-rails copied to clipboard

filetypes.ruby

Open r0r-systems1 opened this issue 11 years ago • 0 comments

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.

r0r-systems1 avatar May 28 '13 02:05 r0r-systems1