Could help me out through team viewer? I''ve had so much trouble trying to get RoR running if some one could help me out it would be amazing! -- Posted via http://www.ruby-forum.com/. -- 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.
On 12 January 2012 20:29, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Could help me out through team viewer? > I''ve had so much trouble trying to get RoR running if some one could > help me out it would be amazing!First tell us which operating system you are on, how you have tried to install it, and what the problem is. Colin -- 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.
Could help me out through team viewer? I''ve had so much trouble trying to get RoR running if some one could help me out it would be amazing! When ever I try to get a rails demo project to run I first test out "show rails demo" and comes up with "no gemfiles found". Also just went on ignoring it but when I try opening it in Aptana studio it doesn''t work either.. I don''t know what I''m doing wrong. If you could explain or help me out on TeamViewer <3 also if you could explain it in more of a simple way that would be great (I''m slow at understanding things right away) I''ve been following the "Railsinstaller" video an no such luck. -- Posted via http://www.ruby-forum.com/. -- 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.
I''m working on windows 7 I''m using the "RailsInstaller" that has everything in one Download. I''m getting "no gemfiles found" -- Posted via http://www.ruby-forum.com/. -- 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.
On 12 January 2012 20:39, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I''m working on windows 7 I''m using the "RailsInstaller" that has > everything in one Download. I''m getting "no gemfiles found"Sorry, can''t help with Windows I am afraid. Most using RoR use Mac or Linux (often Ubuntu). Personally I would recommend that you either dual boot your PC with Ubuntu or run Ubuntu in a VirtualBox or VMWare virtual machine. Others may disagree. Any Windows users out there that can help Mathew? Colin -- 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.
On Jan 12, 5:39 pm, "Mathew S." <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I''m working on windows 7 I''m using the "RailsInstaller" that has > everything in one Download. I''m getting "no gemfiles found" >The message you''re getting is most likely because you''re invoking bundler (bundle command line) from a directory that is not a Rails application or contains a Gemfile Have you tried "CD" into the application directory and then execute your commands? -- Luis Lavena -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> Have you tried "CD" into the application directory and then execute > your commands?Yes I did cd into it same thing -- Posted via http://www.ruby-forum.com/. -- 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.
On Jan 12, 7:47 pm, "Mathew S." <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> > Have you tried "CD" into the application directory and then execute > > your commands? > > Yes I did cd into it same thing >Please: http://yourbugreportneedsmore.info/ If is not much to ask, include the exact output you''re getting and what are you doing, for us to try to help you (in our time) we need to get the full picture. For example: Is this happening with the sample application that RailsInstaller install? Which version of RailsInstaller did you install? Was the only one? (there is no other version of Ruby or RailsInstaller in your system) Are you using the Start Command Prompt with Rails shortcut? What does "bundle --version" report to you? What does "bundle check" report to you? What is the exact output of "bundle install"? What are the contents of the Gemfile? And no, not everybody can do a TeamViewer session to help you solve your problem, finding the right time slot across timezones, work and others is almost impossible (and we are not paid to do it anyway) -- Luis Lavena -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
This is what I get when I open up Aptana and make a new project: Owner@OWNER-PC ~/My Documents/Aptana Studio 3 Workspace/project $ rails new . sh: /c/RailsInstaller/Ruby1.9.2/bin/rails: C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter : No such file or directory -- Posted via http://www.ruby-forum.com/. -- 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.
On Jan 13, 2:49 pm, "Mathew S." <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> This is what I get when I open up Aptana and make a new project: >If wasn''t for the last 2 messages, the mention that you type this in the Aptana shell and not a normal command prompt would have been impossible to determine the issue. Aptana uses a MSYS shell. RailsInstaller and the version of Ruby it uses are native Windows executables. I highly recommend YOU AVOID using the Aptana shell to run Rails or the commands of Rails.> Owner@OWNER-PC ~/My Documents/Aptana Studio 3 Workspace/project > $ rails new . > sh: /c/RailsInstaller/Ruby1.9.2/bin/rails: > C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter > : No such file or directory"Bad interpreter" is being caused by the Aptana shell (an MSYS version of bash) is failing to create the child process ruby.exe Most likely, because ruby.exe was installed in C:\RailsInstaller \Ruby1.9.2\bin\ruby.exe but "rails" script is attempting to load C: \Projects\railsinstaller\stage\Ruby1.9.2\bin\ruby.exe That is due the shebang of the script "rails" MSYS shell does not work with "rake.bat", the right script that will fire properly Ruby. If you still want to use Aptana, you will need to change the shebang (google for what is it) to "#!/usr/bin/env ruby" (without quotes). Also ensure gems are installed with --env-shebang The other alternative is do: ruby -S rails new foo And replace all your commands "rails" by "ruby -S rails", that means adding "ruby -S" at the beginning of all the command line commands. -- Luis Lavena -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> If you still want to use Aptana, you will need to change the shebang > (google for what is it) to "#!/usr/bin/env ruby" (without quotes). > Also ensure gems are installed with --env-shebangWell I tried to get redcar to work and no luck with that either watch should I do/use for this? -- Posted via http://www.ruby-forum.com/. -- 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.
Should I be using a different program and just delete Aptana? -- Posted via http://www.ruby-forum.com/. -- 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.
On 14 January 2012 17:22, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Should I be using a different program and just delete Aptana?You don''t need an ide for RoR. Just use a good editor that understands ruby syntax and run commands in the terminal window. Colin -- 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.
Could you explain a little more? Is there any video out there? -- Posted via http://www.ruby-forum.com/. -- 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.
On 14 January 2012 17:22, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Should I be using a different program and just delete Aptana?You don''t need an ide for RoR. Just use a good editor that understands ruby syntax and run commands in the terminal window. Colin> Could you explain a little more? Is there any video out there?-- Posted via http://www.ruby-forum.com/. -- 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.
On 15 January 2012 00:31, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Could you explain a little more? Is there any video out there?Explain what a little more? Make sure you quote the previous message so that it is clear what you are asking about Colin -- 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.
Yeah my bad sorry. But I don''t fully understand what you are saying. -- Posted via http://www.ruby-forum.com/. -- 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.
How would I use a regular editor and just use the terminal? -- Posted via http://www.ruby-forum.com/. -- 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.
On Sun, Jan 15, 2012 at 11:17 AM, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> How would I use a regular editor and just use the terminal? > >You just open your folder project in a text editor and work there as usual, in a terminal you have to go into your folder and just start the server with "rails s". Javier -- 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.
Isn''t that more work though? if I could open it up in the text editor with the rails stuff that pops up wouldn''t that be a bit easier? -- Posted via http://www.ruby-forum.com/. -- 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.
On 15 January 2012 17:45, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Isn''t that more work though? if I could open it up in the text editor > with the rails stuff that pops up wouldn''t that be a bit easier?You have already wasted more time trying to get it working than you would save by using it in months of work :) In fact you might find the operation slower using an IDE due to its overheads and that you actually work quicker by switching windows between editor and console windows. Colin -- 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.
On Jan 15, 2012, at 12:45 PM, Mathew S. wrote:> Isn''t that more work though? if I could open it up in the text editor > with the rails stuff that pops up wouldn''t that be a bit easier? >Part of the challenge/reward for a Rails developer is learning the mental model that goes with the framework. It helps you to attack new problems using the tools that the framework provides. Using an IDE makes it very easy to do the (relatively few) things that the IDE developers have given you to work with, and nearly impossible to discover anything outside of those boundaries. Working directly with the code and the terminal gives you a hands-on appreciation for what you are doing. Looking up the correct approach in Rails Guides or another documentation source will return answers that presume that you will be typing commands into terminal or writing code directly into your text editor. Virtually none of the answers you will find on this list or on the Web will tell you which menu structure to look through in your IDE to find the command to accomplish your goals, and you''ll be on your own trying to reverse-engineer what is actually a definitive and accurate answer to your question in order to slot it into your IDE''s world-view. If you''re stuck on Windows, choose a text editor that supports viewing an entire tree of files. On the PC, the closest I have seen to TextMate is UltraEdit (I don''t make it over to the distaff side all that much, so there''s probably something newer and better these days.) Also be sure that your editor supports context-specific code highlighting, so you can spot errors like mis-matched quotation marks and braces without having to run the code. Many, if not most Rails devs use TextMate*, Terminal, and a browser to do their work. Many, if not most Rails devs are highly productive with this combination of tools. There have been several attempts to build (or adapt) a Rails IDE, yet none of them have found traction in the marketplace to the extent that they have supplanted the established workflow. I''m not saying that this is universally true, or will always be true, but it takes a qualitative difference on the order of DOS vs. Mac to disrupt an established workflow, and until such a disruptive force arrives, and drags the entire ecosystem along with it (kicking and screaming and decrying the newcomer as a "toy") you''re probably going to be relatively on your own. Walter * Or the local equivalent. -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thank you both of you! So do you think it would be better to work on linux(Ubuntu)? -- Posted via http://www.ruby-forum.com/. -- 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.
On Sun, Jan 15, 2012 at 2:18 PM, Mathew S. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Thank you both of you! So do you think it would be better to work on > linux(Ubuntu)? > >Well... yes, it will help you. I started in windows but it only gave me problems. You should go to linux, it may be difficult but you''ll learn a lot Javier -- 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.
> Well... yes, it will help you. I started in windows but it only gave me > problems. You should go to linux, it may be difficult but you''ll learn a > lot > > JavierAny tips or tricks? -- Posted via http://www.ruby-forum.com/. -- 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.