[Rails] Get all site tree with Ruby

2015-05-11 Thread Роман Ярыгин
Hello! I need to grab all site data with all tree structure. Every page have links to children pages. How to build site tree with Nokogiri? It must be recursive page visiting and scraping all directory links, but I can't recognize full algorhytm. How to do that? P.S. And I don't need to "Save a

Re: [Rails] Re: "Incomplete response received from application" message

2015-05-11 Thread Liz Huang
I used the web applet 10 times, the error shows up once, seems pretty random and there is no problem in several old versions of Ruby On Rails and I didn't change any part of Fortran or Ruby codes. I have done debugging Fortran codes, but couldn't find any misuse of array, memory allocation and

Re: [Rails] Cloud9 not creating files and directories the rails command should create

2015-05-11 Thread Scott Ribe
On May 11, 2015, at 10:57 AM, Roman wrote: > > I'm an idiot. We all go down a path like that once in a while ;-) Especially when first learning a new system and trying to keep so many things straight at once… -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.

Re: [Rails] Cloud9 not creating files and directories the rails command should create

2015-05-11 Thread Roman
I'm an idiot. This was now resolved. Thanks Scott. On Monday, May 11, 2015 at 4:23:27 PM UTC+1, Scott Ribe wrote: > > On May 11, 2015, at 9:10 AM, Roman > > wrote: > > > > Hi Chris, thanks for your response. No file tree from the terminal > either: > > Sure looks like you’re running rails ne

Re: [Rails] Cloud9 not creating files and directories the rails command should create

2015-05-11 Thread Scott Ribe
On May 11, 2015, at 9:10 AM, Roman wrote: > > Hi Chris, thanks for your response. No file tree from the terminal either: Sure looks like you’re running rails new in ~/, then looking in ~/workspace. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/

[Rails] Re: Cloud9 not creating files and directories the rails command should create

2015-05-11 Thread Roman
Hi Chris, thanks for your response. No file tree from the terminal either: rraikov@rails-tutorial:~ $ cd workspace rraikov@rails-tutorial:~/workspace $ ls README.md rraikov@rails-tutorial:~/workspace $ On Monday, May 11, 2015 at 3:38:54 PM UTC+1, Chris Lerum wrote: > > You must either be in t

[Rails] Re: Cloud9 not creating files and directories the rails command should create

2015-05-11 Thread Chris Lerum
You must either be in the wrong directory or it's a Cloud9 issue. If you go to terminal, are the files there? On Monday, May 11, 2015 at 8:15:15 AM UTC-4, Roman wrote: > > I'm sorry if the following question has been asked before but I wasn't > able to find the answer. > > I've just started goin

[Rails] Cloud9 not creating files and directories the rails command should create

2015-05-11 Thread Roman Raikov
I'm sorry if the following question has been asked before but I wasn't able to find the answer. I've just started going through Michael Hartl's Ruby on Rails Tutorial (3rd Ed.) and hit a brick wall straight out of the gate. I'm trying to run 'rails _4.2.0_ new hello_app' command to create the f

[Rails] Ruby on rails developer Required.

2015-05-11 Thread siddhartha nigam
Hi All, We here at www.findmetechie.com are in search of Ruby on rails developers for multiple projects. If Interested in remote/ Full time development work please share your profiles on http://www.findmetechie.com/current-jobs.php . For any other Information do write me at : sid at findmetechi

[Rails] Re: Gems and bundler gems

2015-05-11 Thread Frederick Cheung
On Monday, May 11, 2015 at 6:46:28 AM UTC+1, Ruby-Forum.com User wrote: > So is it like the gems in .rvm/gems/ruby 2.2.1/gems are installed from > rubygems.org and other in bundler/gems are installed from github. > They could come from any git repository, not just GitHub. > Is there any differen

[Rails] Problem in Edit row in plugin

2015-05-11 Thread Bahar
Hi I´m new in ruby on rails. I´ve written a plugin in redmine. And add this plugin to projects tab. I need to show something in that new tab, and edit the data. But now, I have 2 problems: 1. In the new tab, when I click on the Edit link, the edit page open in the new page out of projects tab.