search for: railsonwindow

Displaying 16 results from an estimated 16 matches for "railsonwindow".

Did you mean: railsonwindows
2006 Jun 16
3
Routing Error - Recognition failed for..
I followed the guide for RailsOnWindows (http://wiki.rubyonrails.org/rails/pages/RailsOnWindows) and completed all the steps without any problems. But when I try to access my page, I get: Routing Error Recognition failed for "/rails" rails is what I have in my httpd.conf: <VirtualHost *:80> ServerName rails...
2006 Jul 10
7
Code suggestions with Radrails .rhtml view files
anyone been successful with implementing code hints in the Views folder with radrails in eclipses? There is a tutorial out there that suggests you edit the jsp folder (http://www.napcs.com/howto/railsonwindows.html#_Toc111133462) but i think when you add rails, that jsp folder somehow disappears or something. i don''t like that idea anyway, cause i don''t like jsp hints popping up when i''m coding in rails any insights is much appreciated. thanks Dominic -- Posted via htt...
2006 Feb 17
21
''Best'' IDE for testing and debugging
I''m trying to decide which IDE to go with for RoR development. I put a high premium on integrated test automated tools and debugging capabilities. I''d appreciate any sharing of experience. I''m currently running Instant Rails on a Windows 2000 box (using IR due to problems I encountered trying to get all the components set up individually). Also, I''m using
2009 Jan 03
6
Error message when installing rails
After I entered the command "gem install rails --include-dependencies" for a while, an error message "ERROR: while executing gem... (Zlib::BufError) buffer error". How can I fix this problem? I am new to rails and I hope I can get some help here. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2006 Mar 02
1
script\generate View ?
On the RailsOnWindows wiki page there''s an example of a View generator. When I try it, I get the error message: "couldn''t find ''view'' generator". Any ideas? I''m trying to generate the form for a model. Thanks in advance, Bill -------------- next part ----------...
2006 Apr 14
3
Rails deployment
Hi all, I''ve greated a rails application and i want to deploy it right now. I have to use a windows 2003 server.. So i installed i''ve used the following tutorial: http://wiki.rubyonrails.com/rails/pages/RailsOnWindows My application is running at : http://loc.iwsweb.nl But everytime i connect it opens a ruby process but at the end it won''t kill it. As you can see the loading speed is horrible, but it''s a fast server with a 100mbit connection. Can anyone help me? Thanks in advance, Daa...
2007 Aug 07
26
rmagick on windows
Is there any special way to set up rmagick on windows, I installed the gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll file. Can someone give me a run down on how to do it on windows. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby
2006 May 01
5
Why Does Ruby on Debian Blow? (Was: Mongrel 3.15,
...distro) Then use gems to install rails. (This is the same in Windows and Mac and any Linux distro) (BTW: Instructions for Windows follow these three steps as well, but the first is install Ruby with a Windows installer, install gems, install rails via gems: http://wiki.rubyonrails.org/rails/pages/RailsOnWindows) ----------------------------------------------------------------------------------------------- Or go here: http://wiki.rubyonrails.org/rails/pages/RailsOnDebian There are several sets of instructions, depending of stable, testing, whatever. If you want a nice quick ref for debian: debian refer...
2006 Mar 14
2
RDT and breakpointer
How to get Rails'' script/breakpointer work in RDT 0.7 in Eclipse 3.1.2? I''m new to Rails and have gotten breakpointer working in a csh on Fedora Core 4. Also, the RDT setup works for breakpoints set in straight Ruby code. I''m trying http://www.napcs.com/howto/railsonwindows.html#setupbreakpointer. But a breakpoint set in Eclipse doesn''t get hit at all. Fine! I place a breakpoint() call in my Rails code. It gets hit alright... but the server exits right away. It won''t let me get into irb. --- From Eclipse Console --- Tries to connect will be made...
2006 Mar 16
2
How install Ruby on Rails WITHOUT MySQL
Hi: I am trying for first time Ruby on Rails. So, I do not nothing about it. I tried to install it but It gave me the following errors: 16/03 10:08:56 Instant Rails: Servers starting 16/03 10:08:57 Apache : Cannot run server : The system cannot find the path specified. (3) 16/03 10:09:01 MySql : Cannot run server : The system cannot find the file specified. (2) 16/03 10:09:29 Instant Rails:
2006 Feb 26
2
Help - WEBrick won''t start - "Bad file descriptor" error
I have been working for a few days on a new (Windows) system, and suddenly WEBrick won''t start. Full error text is at bottom of message. It began after I followed Brian Hogan''s (terrific!) instructions for setting up Eclipse w/Rails in Windows (http://www.napcs.com/howto/railsonwindows.html). The server started fine from w/in Eclipse when I reached that part of the instructions, but when I got to the end I found the server broken (hadn''t started the server in the meantime, so I can''t say for sure when it happened). WEBrick now doesn''t work from inside...
2006 Mar 30
13
need an Ruby on Rails IDE
Hello everybody, I''m a new member on Ruby on Rails. I''m friendly on using Microsoft Visual Studio (VS) IDE. The VS IDE supports for Intellisense coding (that mean it will automatically display a list of member variables or functions for a class, struct, union, or namespace; the names and types of parameters required by a function or attribute; and the complete declaration for
2005 Aug 09
12
Eclipse with RDT
Has anyone used Eclipse with RDT (http://wiki.rubyonrails.com/rails/show/RubyDevelopmentTools)? I have never used Eclipse. Would it be worth my time to setup Eclipse with RDT to create my first rails project?
2006 Mar 25
67
Your Ruby IDE
Just a poll here i am looking for a good IDE for rails and wondering what you guys use? features i like in an ide code highlites auto code complete file browser Currently i am using dreamwever but the code highliting is really bad its also a pain to set up other doucment types such as .yml data config. -- Posted via http://www.ruby-forum.com/.
2006 May 05
31
The perfect development environment?
I am trying to create the perfect development environment for rails and i dont know exactly which way to go. Do i create a windows environment or a *nix environment. If i go *nix, what distro is best suited for rails. I would be using mysql, so that would come in to play. If i go *nix, i would use apache. Any ideas for the right environment would be greatly appreciated. I guess the major choice is
2005 Dec 16
25
I Would Really Like to Try RoR but...
it''s been a nightmare trying to set it up. I keep getting a an Application Error message when I try to navigate to a url which should be taken care of by my newly created controllers. For instance, I wanted to test RoR out so I created a MyTest controller which should allow me to navigate something like: http://localhost/rubytest/MyTest but it does not. I have no problem getting