Difference: RubyNotes (13 vs. 14)

Revision 1405 Sep 2013 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingNotes"
Citrus is a fun parser generator for Ruby. It lets you mix small bits of Ruby code in with your parser grammar. http://mjijackson.com/citrus/
Line: 29 to 29
 

Rails Development

Changed:
<
<
https://github.com/rails/rails/issues - this is the "official" Rails bug tracking system. The Rails "trac" and "lighthouse" sites appear to be obsolete although they have powerful Google-fu
http://rubyglasses.blogspot.com/2009/07/rails-gotchas-undefined-method-expects.html - you need to install the Mocha gem by hand
Also need to install sqlite3, libsqlite3-dev, and the sqlite3-ruby gem.
$ cd activerecord && rake test-sqlite3
>
>
https://github.com/rails/rails/issues - this is the "official" Rails bug tracking system. The Rails "trac" and "lighthouse" sites appear to be obsolete although they have powerful Google-fu

Run a single unit test:

$ ruby -I"lib:test" test/test_filename.rb -n test_launch_should_create_a_response_set
The "test_" prefix and underscores need to be added, so this invocation would match a method named "launch should create a response set".
 

Performance

View topic | History: r18 < r17 < r16 < r15 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback