Hi, I've just released the rails-web-console gem.

Have you ever wanted to test Rails scripts directly in the browser?
Now you can. It'll be run in a controller's instance binding, so you
can see your session, for instance.

Installation is as simple as adding this to your Gemfile (only Rails 3
is supported at the time):

gem 'rails-web-console', :require => 'console', :group => :development

Then access '/console' and you're set.

Source is availabe in:

https://github.com/rosenfeld/rails-web-console

You can contribute with syntax highlight or porting it to Rails 2, for
instance, if you want to.

Best regards,

Rodrigo.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to