search for: getting_started

Displaying 20 results from an estimated 67 matches for "getting_started".

2009 Oct 02
4
Can't access http://localhost:3000
Hello, Pure newbie question. After installeing Ruby, Rail and al the gems I am following the tutorial here http://guides.rubyonrails.org/getting_started.html I start a server with Mongrel and it seems to be working, but when I try to acces http://localhost:3000 i get a firefox error: Firefox can''t establish a connection to the server at localhost:3000 I work under Vista with Ruby the latest one-click install ruby. I have tried with Netb...
2006 Apr 12
4
Instant Rails SCGI Problem
I have installed instant rails and configured it http://instantrails.rubyforge.org/wiki/wiki.pl?Getting_Started I can get typo and webrick to work on webrick localhost:3000 but cant get anything to work with scgi. When i start the scgi server i get a blank dos window screen. When i type www.mycookbook.com into the browser i get the following Unable to connect Firefox can''t establish a connecti...
2008 Mar 23
1
redcloth gem ragel code doesn''t build in jruby
..... FYI: If you are on a Mac or Linux system the script I pasted here is a very easy way to get a trunk JRuby install with it''s own gems that won''t interfere with any other Ruby you have installed: http://pastie.caboo.se/165048 More info here: http://wiki.jruby.org/wiki/Getting_Started **************************************************************************** Here''s what happens during the install: jruby -S gem install RedCloth --source http://code.whytheluckystiff.net Updating metadata for 157 gems from http://code.whytheluckystiff.net ................................
2011 Apr 19
5
Check that my sqlite database populated
Hello guys, I''ve made a very simple application following the footsteps of http://guides.rubyonrails.org/getting_started.html. I managed to insert my objects (i checked the existence of inserted objects through the rails console with a simple Foo.all ) but if I run sqlite3 from command line and then run .databases I can''t see any database created. I thought I could see the databases set in my database.yml (...
2019 Mar 13
2
Building lld
I tried to build lld by following these steps: https://lld.llvm.org/getting_started.html But after 'make install' I can't find lld anywhere and 'make check-lld' results in this message: make: *** No rule to make target 'check-lld'. Stop. Any idea? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.o...
2011 Mar 18
6
Could not find sqlite3
I am trying to get Ruby/Rails running on my mac but having some issues. I created a new rails project "blog_test" trying to get something working. When I follow this guide http://guides.rubyonrails.org/getting_started.html it says to do a "db:create". This is where I get this error... Could not find gem ''sqlite3 (>= 0)'' in any of the gem sources listed in your Gemfile. If I do a ''which sqlite3'' I get the following path /usr/bin/sqlite3. Any help/suggestions wo...
2003 May 22
6
OT: BRI ISDN question
...so I could add another line later to get 4 channels.. According to the BT website in order to use the hunt grouping across multiple lines the line has to be installed in what they call "system access" using a "T" interface which can be seen here.. http://www.bt.com/isdn/isdn2e/getting_started/line_setup.htm I have no idea what this is becasue I am not an ISDN guru.. so I am asking the question.. Can an AVM card (or 2) be setup to work in this "T" interface configuration or will I be forever limited to 1 BRI setup with an "S" interface?? Thanks.. -- _______________...
2013 Oct 17
5
Newbie - Installation Problems
...t me: I have decided that i''m goignt o jump inand learn rails the hard way. I know I have to go through the initial learnign curve. One of them is to know where to go when you get stuck.. so here goes... I''m installing on Windows 7. using guide: http://guides.rubyonrails.org/getting_started.html Ruby version:1.9.3p392 Rails version:3.2.13 the note on the instructions at: 4.3 Setting the Application Home Page says: root to: "welcome#index" I''ve un-commented it the routes.rb and saves the file. But now I can not open the page. I get error: Oops! Google Chrome...
2019 Mar 20
3
Building lld
...ev] Building lld > > > > lld is installed as ld.lld, so please look for ld.lld. > > > > On Wed, Mar 13, 2019 at 11:46 AM Josh Sharp via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > I tried to build lld by following these steps: > https://lld.llvm.org/getting_started.html > <https://urldefense.proofpoint.com/v2/url?u=https-3A__lld.llvm.org_getting-5Fstarted.html&d=DwMFAg&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=BbNB5LANgw5u5ck9pb-IEWZkvun8wiqGkRxAVD9G8Rs&s=p5wYrYnVMXv9Q_2cVMs2rp9M_iL-WVZ8UOlNipgMaPQ&e=> > > >...
2010 Jul 26
2
Getting started
Hey, I have just installed puppet.... I wanted some basic tasks ,so that i will get started with it .. Can anyone help out ...... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
2011 Aug 04
1
Creating form for associated has_many model
This example shows how to create a form for an associated model ''Comment'', where ''Comment'' belongs_to ''Post'' and ''Post has_many ''Comments''. http://edgeguides.rubyonrails.org/getting_started.html#generating-a-controller How might I modify that to display all the comments in the form, and still have it call the CommentsController (versus having the form call the PostsController, as in the example here http://railscasts.com/episodes/17-habtm-checkboxes)? Thanks -- You received this m...
2012 Feb 06
3
Can't complete the Getting Started tutorial due to ExecJS::RuntimeError in Home#index
I have just installed Rails 3.2.1 on my Xubuntu using the gem system and I try to make the tutorial http://guides.rubyonrails.org/getting_started.html and on section 4.3 Setting the Application Home Page I get the following error ExecJS::RuntimeError in Home#index Showing /home/xonx/rails/blog/app/views/layouts/application.html.erb where line #6 raised: (in /home/xonx/rails/blog/app/assets/javascripts/home.js.coffee) Extracted source (...
2010 May 15
2
sqlite3 module not found
Hi, I''m trying to follow the Rails tutorial found here, http://guides.rubyonrails.org/getting_started.html and when I go to run $ rake db:create I get this wonderful error of sqlite3.dll missing. So, I just went to my ruby directory, and ran $ gem install sqlite3-ruby sqlite3 I''m not entirely sure what to do. Any ideas? -- Posted via http://www.ruby-forum.com/. -- You received this mes...
2019 Mar 19
2
Building lld
...bject: Re: [llvm-dev] Building lld lld is installed as ld.lld, so please look for ld.lld. On Wed, Mar 13, 2019 at 11:46 AM Josh Sharp via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: I tried to build lld by following these steps: https://lld.llvm.org/getting_started.html But after 'make install' I can't find lld anywhere and 'make check-lld' results in this message: make: *** No rule to make target 'check-lld'. Stop. Any idea? _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org...
2013 May 04
21
Getting started w/ Rails 4
Hi. I''m trying to run Getting started tutorial under Rails 4.0.0.beta1 although it assumes it runs on Rails 3. I was able to get rid of all errors by wrapping post_params here and there, and installing protected_attributes Gem for attr_accessible to make sense. Post/ comment CRUD works just fine, but I don''t seem to be able to add Tags (the final part of the tutorial). Post saved
2011 Apr 21
1
GEMFile gem 'mysql2' and mysql version is 4.1.2
...other users in the same server." how can I replace the expression gem ''mysql2'' created by default when I run ''rails new mystore -d=mysql'' to run with mysql 4.1.2? I am trying to install Spree following this link http://spreecommerce.com/documentation/getting_started.html Please advise! -- 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 unsubscri...
2019 Dec 23
3
Call for GSoC 2020 projects
Dear prospective LLVM GSoC Mentors, The organization application period for GSoC 2020 will open on January, 14. This means that we're having some time to prepare the list of project ideas for the next year. When proposing the project please keep in mind the following criteria: 1. The project should serve both LLVM as a project and provide the relevant LLVM knowledge to the student. 2. The
2010 Feb 06
1
accepts_nested_attributes_for with has_many => :through
...mit ''Update'' %> </p> The POST on submit fails with the following error: Tag(#-621698598) expected, got Array(#-609734898) Does anyone know the necessary steps to do this? I''ve been basing it off the multi-model section of this: http://guides.rubyonrails.org/getting_started.html , but it seems incomplete for has_many => :through. Thanks, Andrew -- 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 T...
2020 Jan 29
2
Call for GSoC 2020 projects
...> may I ask about the current status of this? > > The deadline for organizations to apply is February 5, 2020; has an application > already been made? > > Another thing: https://llvm.org/OpenProjects.html states that MLIR related > projects can be found on https://mlir.llvm.org/getting_started/openprojects/. I > suggest adding these projects (including some more background information) to > our common list, just like other sub-projects do. > > Cheers, > David > > > On 23. Dec 2019, at 11:00, Anton Korobeynikov via llvm-dev <llvm-dev at lists.llvm.org> wrote:...
2005 Dec 15
5
Instant Rails 1.0 preview7 -- with Typo!
...id not contain Rails 1.0 as advertised -- I screwed up! Preview7 does, in fact, contain Rails 1.0 and as a bonus, also includes Typo 2.6.0 as a preinstalled sample app. See the Getting Started page for instructions on running Typo in Instant Rails: http://instantrails.rubyforge.org/wiki/wiki.pl?Getting_Started Also, you can thank David Morton for getting Typo into Instant Rails (he just joined the Instant Rails development team!). ------------------------------------------------------------------- Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all preconf...