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 and select view > console window That gives you the cmd window and you can use mark,.... Then to your rails problem. Does your database exist? For item 2. Does anything show up in log/develpment.log? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Wed, Jan 20, 2010 at 5:45 AM, Ryan Riley <ryan.ri...@panesofglass.org>wrote: > 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 > adapter? > > I'm also running into other problems: > 1) I verified that I have the correct access (unless rails needs access?), > but irake db:migrate produces the following error: > [image: > ?ui=2&view=att&th=1264a0aeac40d8b9&attid=0.1&disp=attd&realattid=ii_1264a0aeac40d8b9&zw] > [image: > ?ui=2&view=att&th=1264a0b50426065a&attid=0.1&disp=attd&realattid=ii_1264a0b50426065a&zw] > 2) Trying to open the environment settings from the default page for the > Rails app produces this message: > [image: > ?ui=2&view=att&th=1264a0a693b3123b&attid=0.1&disp=attd&realattid=ii_1264a0a693b3123b&zw] > > Any help is appreciated. I'm stumped. And if anyone knows how to copy text > from Console2, I would appreciate the tip. > > Thanks! > > Ryan Riley > > Email: ryan.ri...@panesofglass.org > LinkedIn: http://www.linkedin.com/in/ryanriley > Blog: http://wizardsofsmart.net/ > Twitter: @panesofglass > Website: http://panesofglass.org/ > > > On Thu, Jan 14, 2010 at 6:48 PM, Jimmy Schementi < > jimmy.scheme...@microsoft.com> wrote: > >> 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 IronRuby installed >> and a Rails app you'd like to run on IronRuby: >> >> 1. Install Rake, Rails, and IronRuby SQLServer >> >> igem install rake rails ironruby-sqlserver >> >> 2. Add the following to the top of your app's config/environment.rb: >> >> require 'rubygems' >> require 'ironruby_sqlserver' >> >> 3. Connect to SQLServer in config/database.yml: >> >> development: >> mode: ADONET >> adapter: sqlserver >> host: YOURMACHINENAME\SQLEXPRESS >> database: app123_development >> integrated_security: true >> >> 4. Migrate the database and start the server: >> >> irake db:migrate >> ir script\server >> >> And that's it! The documentation link above also has a walk through >> setting up IronRuby, Rails, and SQLServer, and shows a basic Rails >> "scaffold" running. >> >> Coming soon are updated instructions for running rack-based web >> applications in IIS on IronRuby. >> >> Let me know if you have any questions, >> ~Jimmy >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core@rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core