Re: [Rails] Re: Re: Ruby on Rails IDE

2010-08-28 Thread Ed Howland
. It occurs to me that the IDE (or editor) should be based on a DSL for flexibility and extensibility. Shoes 3 recently dropped and I think it fits the bill. Despite the disappearance of _why_, it seems to be actively being maintained. I think I'll kick its tires some. Cheers, Ed Ed Howland http://

Re: [Rails] Re: Re: Ruby on Rails IDE

2010-08-27 Thread Ed Howland
ze to create other desktop type apps in Python. I know this sort of thing has been tried before. Scite, FXruby etc. But since they have fallen (or nearly so) the radar, perhaps a fresh approach is needed. Cheers, Ed Ed Howland http://greenprogrammer.wordpress.com http://twitter.com/ed_howla

Re: [Rails] Re: Ruby on Rails IDE

2010-08-27 Thread Ed Howland
? Also, is it possible to just eval Tk directly as a string? Then additonal widgets could be added at runtime. [1] http://github.com/martindemello/guirb.git Cheers, Ed Ed Howland http://greenprogrammer.wordpress.com http://twitter.com/ed_howland On Fri, Aug 27, 2010 at 4:49 AM, Peter De

Re: [Rails] Re: Ruby on Rails IDE

2010-08-26 Thread Ed Howland
On Thu, Aug 26, 2010 at 4:58 PM, Greg Donald wrote: > On Thu, Aug 26, 2010 at 3:56 PM, Ed Howland wrote: >> [1] Got the mac only to use textmate with RoR work. > > So you got yourself a $3500 text editor?  Congrats. > > > -- > Greg Donald > destiney.com | gregdonald

Re: [Rails] Re: Ruby on Rails IDE

2010-08-26 Thread Ed Howland
. (I don't like tips or hints - hated BBedit for that reason). *extensible with snippets/bundles. Cheers, Ed Ed Howland http://greenprogrammer.wordpress.com http://twitter.com/ed_howland -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk

Re: [Rails] Re: Ruby on Rails IDE

2010-08-26 Thread Ed Howland
er Ubuntu. You can pimp it out to be like TM by following these instructions: http://grigio.org/pimp_my_gedit_was_textmate_linux Cheers, Ed [1] Got the mac only to use textmate with RoR work. Ed Howland http://greenprogrammer.wordpress.com http://twitter.com/ed_howland -- You received t

[Rails] Rack(Warden) woes

2010-02-28 Thread Ed Howland
Hi, I'm trying to use the Warden gem via RailsWarden. It is not working, but I guess I don't understand a few things. How do you access a Rack thing from a method in your controller? env[:warden] fails with a method not found error for env. I want only certain actions to check to see if the use