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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.