Re: [Ironruby-core] Updated Rails instructions

2010-01-28 Thread Jimmy Schementi
Tuesday, January 26, 2010 2:18 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Updated Rails instructions > > The database has information that is FOUO. Even though to me it seems that > none of the source code has any of that information (why should it), I do

Re: [Ironruby-core] Updated Rails instructions

2010-01-26 Thread Sam Clopton
The database has information that is FOUO. Even though to me it seems that none of the source code has any of that information (why should it), I don't really want to send any of it other than snippets just to protect myself. I should be able to put together a different case at home that has

Re: [Ironruby-core] Updated Rails instructions

2010-01-26 Thread Shri Borde
ut was # <#>. # # diff: # - #mailto:i...@flanders.co.nz] Sent: Tuesday, January 26, 2010 1:09 AM To: Jimmy Schementi Cc: ironruby-core@rubyforge.org; Shri Borde Subject: Re: [Ironruby-core] Updated Rails instructions I'm not seeing that issue atm but I'll work on ironruby

Re: [Ironruby-core] Updated Rails instructions

2010-01-26 Thread Ivan Porto Carrero
.org [mailto:ironruby-core- > > boun...@rubyforge.org] On Behalf Of Sam Clopton > > Sent: Monday, January 25, 2010 3:06 PM > > To: ironruby-core@rubyforge.org > > Subject: Re: [Ironruby-core] Updated Rails instructions > > > > Sam Clopton wrote: > > > >

Re: [Ironruby-core] Updated Rails instructions

2010-01-26 Thread Jimmy Schementi
ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Sam Clopton > Sent: Monday, January 25, 2010 3:06 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Updated Rails instructions > > Sam Clopton wrote: > >

Re: [Ironruby-core] Updated Rails instructions

2010-01-25 Thread Sam Clopton
Sam Clopton wrote: > Processing CompaniesController#create (for 127.0.0.1 at 2010-01-22 > 14:33:19) [POST] > Parameters: > {"authenticity_token"=>"mrfvGtPzabzzhhdx/NFuxMlM64Q50R0V3cQbOtpJjws=", > "company"=>{"name"=>"hmmmjjj...", "comments"=>"test"}, > "commit"=>"Submit", "controller"=>"comp

Re: [Ironruby-core] Updated Rails instructions

2010-01-22 Thread Sam Clopton
> I'm not seeing this; the scaffolding example at the link below does the > same thing, and redirects fine with the new adapter (a Post created with > the id "4" will redirect to "/posts/4"): > > @post = Post.new(params[:post]) > if @post.save > flash[:notice] = 'Post was successfully created.

Re: [Ironruby-core] Updated Rails instructions

2010-01-22 Thread Sam Clopton
> I'm not seeing this; the scaffolding example at the link below does the > same thing, and redirects fine with the new adapter (a Post created with > the id "4" will redirect to "/posts/4"): > > @post = Post.new(params[:post]) > if @post.save > flash[:notice] = 'Post was successfully created.

Re: [Ironruby-core] Updated Rails instructions

2010-01-20 Thread Jimmy Schementi
> -Original Message- > From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Sam Clopton > Sent: Wednesday, January 20, 2010 12:49 PM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Updated Rails ins

Re: [Ironruby-core] Updated Rails instructions

2010-01-20 Thread Sam Clopton
Bug noticed: Only with the new adapter (used igem install ...), only when I create a new row, the redirect below adds two 0's to the end of the new rows id (I.E. id = 56, it will try to show 5600). Switched back to the old adapter (at work) for now. code: @company = Company.new(params[:com

Re: [Ironruby-core] Updated Rails instructions

2010-01-20 Thread Ryan Riley
@rubyforge.org Subject: Re: [Ironruby-core] Updated Rails instructions I just noticed the instructions are using ironruby-sqlserver though you note in your email that you are supporting activerecord- sqlserver-adapter. Is ironruby-sqlserver a wrapper, or would you just need to swap your ada

Re: [Ironruby-core] Updated Rails instructions

2010-01-20 Thread Jimmy Schementi
yforge.org] On Behalf Of Jim Deville Sent: Wednesday, January 20, 2010 12:47 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Updated Rails instructions I believe console 2 defaults to shift + click and drag to select, and auto-copy on release. I do agree with the request for a bett

Re: [Ironruby-core] Updated Rails instructions

2010-01-20 Thread Jim Deville
Subject: Re: [Ironruby-core] Updated Rails instructions copying text from console 2. Copy is broken AFAICT. Where do we submit a request to microsoft to finally include a console that allows you to copy paste with a keyboard shortcut from a console window, tabs would be nice too. I've want

Re: [Ironruby-core] Updated Rails instructions

2010-01-19 Thread Ivan Porto Carrero
copying text from console 2. Copy is broken AFAICT. Where do we submit a request to microsoft to finally include a console that allows you to copy paste with a keyboard shortcut from a console window, tabs would be nice too. I've wanted to get that for 15 years now. right click the console window

Re: [Ironruby-core] Updated Rails instructions

2010-01-15 Thread Ryan Riley
That's terrific, Jimmy! Thanks! Jim mentioned that the 'i' prefix might be going away soon, but I noticed that you are still using the 'i'-prefixed versions of commands. What's the timeline? Cheers! Ryan Riley Email: ryan.ri...@panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Blog

[Ironruby-core] Updated Rails instructions

2010-01-14 Thread Jimmy Schementi
All, http://ironruby.net/Documentation/Rails has been updated to show instructions for running Rails 2.3.5 on IronRuby, including using the official activerecord-sqlserver-adapter (v2.3). Thanks to Ivan for his work on ironruby-dbi! The steps are extrememly simple now. Assuming you have IronRu