search for: ruby2ruby

Displaying 10 results from an estimated 10 matches for "ruby2ruby".

2007 Sep 27
14
Camping and ruby2ruby
Hi everybody, I would like to use ruby2ruby in a caming project, but there seems to be an incompatibility with camping, ruby2ruby and markaby. Unfortunately I receive strange Markaby::InvalidXhtmlErrors. To demonstrate, that only combination of all three components causes the problem I added the following code. I relies on Markaby and ruby2...
2007 Nov 08
1
Back to ruby2ruby?
Hello guys. I missed a lot of the development before 0.4 got out (btw, excellent work!). I checkout last night the merb-trunk code and run the specs, found that everything passes with 1 pending, but no errors or failures about missing ruby2ruby. There is a ticket (#274)[1] that discuss this, but I remember we discussed this back in September about depending on RubyInline... Also, the merb gem dependencies didn''t state it, nor the documentation as ticket mention... ry dahl wrote a proof of concept extracting the count parameter...
2012 Jul 31
1
puppet doc questions
...(0.3.3) puppetlabs_spec_helper (0.2.0) rack (1.2.5, 1.1.0) rack-mount (0.6.14) rack-test (0.5.7) rails (3.0.15) railties (3.0.15) rake (0.9.2.2) rdoc (3.12) rdoc-data (3.12) rest-client (1.6.7) rspec (2.11.0) rspec-core (2.11.1) rspec-expectations (2.11.2) rspec-mocks (2.11.1) rspec-puppet (0.1.3) ruby2ruby (1.3.1) ruby_parser (2.3.1) safemode (1.0.1) scoped_search (2.3.7) sexp_processor (3.2.0) thor (0.14.6) treetop (1.4.10) tzinfo (0.3.33) uuidtools (2.1.3, 2.1.2) will_paginate (3.0.3) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To v...
2007 Dec 13
2
Trying to use ActiveRecord STI but fails
...ms/hoe-1.3.0/lib - /usr/lib/ruby/gems/1.8/gems/RubyInline-3.6.5/bin - /usr/lib/ruby/gems/1.8/gems/RubyInline-3.6.5/lib - /usr/lib/ruby/gems/1.8/gems/ParseTree-2.0.2/bin - /usr/lib/ruby/gems/1.8/gems/ParseTree-2.0.2/lib - /usr/lib/ruby/gems/1.8/gems/ParseTree-2.0.2/test - /usr/lib/ruby/gems/1.8/gems/ruby2ruby-1.1.7/bin - /usr/lib/ruby/gems/1.8/gems/ruby2ruby-1.1.7/lib - /usr/lib/ruby/gems/1.8/gems/mime-types-1.15/bin - /usr/lib/ruby/gems/1.8/gems/mime-types-1.15/lib - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.1/bin - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib - /usr/lib/ruby/gems/1.8/gems/r...
2008 Jan 18
5
How do I pass form values from POST controller specs?
....1) oniguruma (1.1.0) open4 (0.9.6) ParseTree (2.1.1, 2.0.2) pdf-storycards (0.0.1) pdf-writer (1.1.7, 1.1.4) piston (1.3.3) Platform (0.4.0) plist (3.0.0) rack (0.2.0) rails (2.0.2) rake (0.8.1) rb-appscript (0.4.0) rcov (0.8.1.2.0) RedCloth (3.0.4) rspec (1.1.1) rubigen (1.1.1) ruby-growl (1.0.1) ruby2ruby (1.1.8, 1.1.7) rubyforge (0.4.4) rubygems-update (1.0.1) RubyInline (3.6.6, 3.6.5) rubyworks_app (0.0.1) safariwatir (0.2.5) sinatra (0.1.7) sqlite3-ruby (1.2.1) syntax (1.0.0) textpow (0.10.0) thin (0.5.0) tidy (1.1.2) transaction-simple (1.4.0) tzinfo (0.3.5) ultraviolet (0.10.1) uuidtools (1.0.2...
2007 Aug 12
1
Test::Unit to RSpec Converter
Hey, just posting in case this is of interest. I just recently wrote a Rails plugin to convert Rails Test::Unit cases to RSpec. http://www.davidjrice.co.uk/articles/2007/8/12/ruby-on-rails-plugin- test-unit-to-rspec-converter it''s not going to work 100% in every case, but it''s really helped me convert old tests to the lovely RSpec :) Best, Dave --- David Rice
2007 Aug 07
1
serializing a Proc doesn't seem to work
In Agile Web Development with Rails, there is a section on serializing Ruby objects. "We can assign any Ruby object to the last_five column" ... p312 When I attempt to do this with a proc object, something like this is saved in the db --- !ruby/object:Proc {} Obviously, this doesn''t do much, and I attempt to use it ... NoMethodError: undefined method `call'' for
2007 Apr 19
0
scRUBYt! 0.2.8
...ent pattern is a string pattern [FIX] shorcut url fixed again [FIX] regexp pattern fixed in case it''s parent was a string [FIX] refactoring the core classes, lots of bugfixes and stabilization ============= Misc comments ============= As of 0.2.8, scRUBYt! depends on ParseTree and Ruby2Ruby - unfortunately it seems ParseTree is not that trivial to set up on windows. However, we are currently working on a new project to solve this problem, and we are making quite good progress so I believe for the next release, 0.3.0, this obstacle will be blown away. Until then windows users shoul...
2008 May 21
32
Rack, Camping 2.0++
=== 1. Camping on Rack === I''ve just finished rewriting Camping to use Rack in the "core". I got rid of (a little less) than 1kB in camping.rb and removed lots of un-necessary files (lib/server/*.rb, fastcgi.rb & mongrel.rb). bin/camping does now only provide WEBrick, Mongrel and console-support and should only be used in development. It uses Rack::ShowExceptions to catch
2008 May 24
19
Camping 2.0 - What''s left?
...tible"? * Cleaning up the wiki to be 2.0 only? * <insert your wish> I''m not saying I won''t do any of these things, I just want to push this code so other can contribute too. (I suck at docs + decisions). Oh, and I''ve included `rake ruby_diff` which will use Ruby2Ruby to translate camping.rb & camping-unabridged.rb to "proper" Ruby and show a diff. Really useful when synchronizing the two files. camping.rb is now at 3171 bytes (77% of 4kB)! (I realize that we don''t need to target all of these issues for 2.0, we must have something left f...