个人认为 WSL 是 Windows 下进行 ruby 开发的很好的方式。可以把代码放到 WSL 运行,vs code 有相关插件可以直接修改 wsl 里的代码。
最近实习就是做 Redmine 开发的
请问招实习生吗?已经有半年 rails 实习经验,可以从七月中旬开始实习六个月
原来 ruby-ethereum 是你们开发的啊
没看过镐头书,不过 ruby 中 Song 对象还有 song 对象还是有不同的
class Song
def hello
puts 'I am song'
end
def self.hello
puts 'I am Song'
end
end
puts Song.class
=> Class
Song.hello
=> 'I am Song'
song = Song.new
puts song.class
=> Song
puts song.hello
=> 'I am song'
推荐 filterrific https://github.com/jhund/filterrific
这个是 demo http://filterrific-demo.herokuapp.com/students