| 兩邊的前次修訂版前次修改
下次修改 | 前次修改
|
| computer:program:ruby [2014/03/31 15:29] – [元件] wm | computer:program:ruby [2020/03/30 06:05] (目前版本) – [模板] wm |
|---|
| * [[http://hackety.com/|Hackety Hack]] | * [[http://hackety.com/|Hackety Hack]] |
| * [[https://practicingruby.com/|Practicing Ruby]] | * [[https://practicingruby.com/|Practicing Ruby]] |
| | ====書籍==== |
| | * [[http://www.gotealeaf.com/books/ruby|Introduction to Programming with Ruby]] |
| ====系列==== | ====系列==== |
| * [[http://net.tutsplus.com/sessions/ruby-for-newbies/|Ruby for Newbies]] | * [[http://net.tutsplus.com/sessions/ruby-for-newbies/|Ruby for Newbies]] |
| =====元件===== | =====元件===== |
| * [[http://rubygems.org/|RubyGems]] | * [[http://rubygems.org/|RubyGems]] |
| * <code>gem install rails –no-ri –no-rdoc</code> | * <code>gem install rails –-no-ri –-no-rdoc</code> |
| * ~/.gemrc<code>gem: --no-ri --no-rdoc</code> | * ~/.gemrc<code>gem: --no-ri --no-rdoc</code> |
| * [[https://gemnasium.com/|Gemnasium]] | * [[https://gemnasium.com/|Gemnasium]] |
| | * [[http://phusion.github.io/traveling-ruby/|Traveling Ruby]] |
| * [[http://espresso.github.com/|Espresso Framework]] | * [[http://espresso.github.com/|Espresso Framework]] |
| * [[http://www.sinatrarb.com/|Sinatra]] | * [[http://www.sinatrarb.com/|Sinatra]] |
| * [[http://www.padrinorb.com/|Padrino]] | * [[http://www.padrinorb.com/|Padrino]] |
| | * [[http://padrinobook.com/|PadrinoBook]] |
| * [[https://shellycloud.com/blog/2013/11/how-to-build-and-deploy-a-blog-application-in-padrino|How to build and deploy a blog application in Padrino]] | * [[https://shellycloud.com/blog/2013/11/how-to-build-and-deploy-a-blog-application-in-padrino|How to build and deploy a blog application in Padrino]] |
| * [[http://celluloid.io/|Celluloid]] | * [[http://celluloid.io/|Celluloid]] |
| * [[http://camping.io/|Camping]] | * [[http://camping.io/|Camping]] |
| * [[http://ramaze.net/|Ramaze]] | * [[http://ramaze.net/|Ramaze]] |
| * [[https://github.com/jayferd/rouge|Rouge]] | * [[http://rouge.jneen.net/|Rouge]] |
| * [[http://firehose.io/|Firehose]] | * [[http://firehose.io/|Firehose]] |
| * [[http://www.rubygeocoder.com/|Ruby Geocoder]] | * [[http://www.rubygeocoder.com/|Ruby Geocoder]] |
| * [[https://github.com/randym/axlsx|Axlsx: Office Open XML Spreadsheet Generation]] | * [[https://github.com/randym/axlsx|Axlsx: Office Open XML Spreadsheet Generation]] |
| * [[http://www.fabricationgem.org/|Fabrication]] | * [[http://www.fabricationgem.org/|Fabrication]] |
| * [[http://intridea.github.io/grape/|Grape]] | * [[http://www.ruby-grape.org/|Grape]] |
| * [[http://cuba.is/|Cuba]] | * [[http://cuba.is/|Cuba]] |
| * [[http://camping.io/|Camping]] | * [[http://camping.io/|Camping]] |
| * [[http://guilleiguaran.github.io/nancy/|Nancy]] | * [[http://guilleiguaran.github.io/nancy/|Nancy]] |
| * [[http://alisnic.github.io/nyny/|NYNY]] | * [[http://alisnic.github.io/nyny/|NYNY]] |
| | * [[https://github.com/ahawkins/chassis|Chassis]] |
| | * [[http://prawnpdf.org/|Prawn]] |
| | * [[https://github.com/aasm/aasm|AASM]] |
| | * [[https://github.com/minad/moneta|Moneta]] |
| | * [[https://github.com/github/task_list|Task Lists]] |
| | * [[https://michelson.github.io/Dante/|Dante Editor]] |
| | * [[https://github.com/httprb/http.rb|http.rb]] |
| | * [[http://rubyeventmachine.com/|EventMachine]] |
| | * [[https://github.com/hamstergem/hamster|Hamster]] |
| | * [[https://github.com/intridea/hashie|Hashie]] |
| ===GUI=== | ===GUI=== |
| * [[http://shoesrb.com/|Shoes]] | * [[http://shoesrb.com/|Shoes]] |
| ====模板==== | ====模板==== |
| * [[http://slim-lang.com/|Slim]] | * [[http://slim-lang.com/|Slim]] |
| * [[http://liquidmarkup.org/|Liquid]] | * [[https://shopify.github.io/liquid/|Liquid]] |
| ====測試==== | ====測試==== |
| * [[http://rspec.info/|RSpec]] | * [[http://rspec.info/|RSpec]] |
| | * [[http://betterspecs.org/|Better Specs]] |
| * [[http://code.tutsplus.com/tutorials/testing-your-ruby-code-with-guard-rspec-pry--cms-19974|Testing Your Ruby Code With Guard, RSpec & Pry]] | * [[http://code.tutsplus.com/tutorials/testing-your-ruby-code-with-guard-rspec-pry--cms-19974|Testing Your Ruby Code With Guard, RSpec & Pry]] |
| * [[http://cukes.info/|Cucumber]] | * [[http://cukes.info/|Cucumber]] |
| * [[https://github.com/square/fdoc|fdoc]] | * [[https://github.com/square/fdoc|fdoc]] |
| * [[http://yardoc.org/|YARD]] | * [[http://yardoc.org/|YARD]] |
| | =====工具===== |
| | * [[https://github.com/bbatsov/rubocop|RuboCop]] |