Displaying 20 results from an estimated 61 matches for "onhttp".
2016 Nov 23
4
Off-Topic: Travel Router and Firewall
On 11/23/2016 2:24 PM, Leon Fauster wrote:
> DIY based onhttp://www.pcengines.ch/ hardware ...
the APU2, which is their current generation board suitable for a router
like this, requires 12VDC up to 1 amp, so tis not suitable for USB power
(5V, up to 2.5 amp) unless you rig up a USB to 12V DC-DC converter.
I do wonder how the OP plans on connecting his p...
2008 Apr 22
3
Installed Rails, problem with 1st Application
so i installed ruby+gems then fetched rails and now i want to start
with an apllication but i dont quite get it:
"""
http://www.rubyonrails.org/down
Make your application
Create your application skeleton and start the server:
rails path/to/your/new/application
cd path/to/your/new/application
ruby script/server
You''re running Ruby on Rails! Follow the instructions on
2009 Aug 19
11
Rails demo not showing up.
Hi,
Can''t get the rails demo to run. I''ve started the webrick server. Here
is what the output looks like:
-----
[root@chat demo]# ruby script/server
=> Booting WEBrick
=> Rails 2.3.3 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2009-08-18 21:29:41] INFO WEBrick 1.3.1
[2009-08-18 21:29:41] INFO ruby 1.8.5
2007 Apr 18
2
RMagick - CORE_RL_magick_.dll was not found
Hi,
I have installed RMagick following the steps on
http://rmagick.rubyforge.org/install-faq.html. I have XP.
I am getting the error CORE_RL_magick_.dll was not found. I even tried
restarting the machine. But no help.
Please Help.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2009 Dec 20
3
Noob Install Failed 0.0.0.0:3000
Happy Holidays,
I am new to RoR and have just run through the install, which well
seemed to be vaquely documented as some ''Do this'' type of thing on
the http://rubyonrails.org/download page.
download gem
setup.rb
gem install rails
rails path/to/your/new/application
cd path/to/your/new/application
ruby script/server
and then ( drumroll ) ....
Follow the instructions on
2008 Jul 21
2
webrick needs 80 seconds for starting
ruby script/console webrick
after 23 seconds:
=> Booting WEBrick...
after 78 seconds:
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2008-07-21 08:07:17] INFO WEBrick 1.3.1
[2008-07-21 08:07:17] INFO ruby 1.8.6 (2007-09-24) [i386-mswin32]
[2008-07-21 08:07:17] INFO WEBrick::HTTPServer#start: pid=4664
port=3000
2019 Jul 31
2
buildbot failure in LLVM on sanitizer-x86_64-linux-gn
On Wed, Jul 31, 2019 at 11:37 AM Vitaly Buka via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I have no idea how.
> Are there particular problems? Now it should be quite.
> Console has a bunch of stale builders which are even less useful.
>
LLVM has a silent build master that does not send email. When Nico added
the gn build, apparently we promised not to set up builders
2011 Oct 26
3
My Ruby on Rails procedures and projects
Check out the Ruby on Rails page on my web site at:
http://jasonhsu.com/ror.html
I''ve included my procedure for installing Ruby on Rails in Linux Mint
Debian Edition. That''s right, I''m no longer dependent on Ubuntu or
Ubuntu-based Linux distros for developing Ruby on Rails applications.
Linux Mint Debian Edition offers the smoothness and user-friendliness
of its
2011 May 06
2
Unable to Connect
Hey folks,
I''m just starting out learning Rails, so I picked up "Agile Web
Development with Rails" and tried to get a demo server going. I
entered the command C:\Sites\demo>rails server and got the
following messages:
=> Booting WEBrick
=> Rails 3.0.7 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown
2009 Sep 09
3
[Rspec] Using Mocha results in uninitialized constant, using a 'fix' breaks RSpec output
After installation of Mocha (0.9.7), running "script/spec spec"
results in a "`const_missing'': uninitialized constant
Test::Unit::TestResult::TestResultFailureSupport (NameError)" error.
(As shown here; http://codepad.org/mTqztjwt )
I''m running Ruby 1.8.6 with Rails 2.3.4 on Windows, rspec (-rails)
1.2.8 (1.2.7.1), Test::Unit 2.0.3
As suggested roughly on
2010 Apr 12
2
[PATCH] Access to more Arel predicate types from where condition hash
I could use some eyes on https://rails.lighthouseapp.com/projects/8994/tickets/4368
if anyone has the time.
Summary of the change:
Similar to PredicateBuilder''s existing support for ''table.column'' =>
''value'', this patch enables ''column#method'' => ''value''.
For instance,
2009 Jun 29
2
Cannot Run Ruby on Rails on windows Vista or 7
Hi There,
I have installed ruby on rails on a windows 7 box as mentioned on the
official ror manual and it works perfectly for some times. but when I
refresh web browser page few times I got this error and now nothing is
working on my pc.
here is the error I get when i try to start the server now. does
anyone has experienced this before?
C:\Users\Randika\emktplcusers>ruby script\server
=>
2008 Nov 11
7
problem starting mongrel server
Hi, I am newbie started learning ruby on rails i had an application
which used to run pretty well latter i upgraded from webbrick to mongrel
1.1.5 then I am getting the
foloowing errors and a default application runs on port 3000 by name
iphone configuration utility
i am unable to attach the screen shot as it is saying file to large.
Error which i get in terminal is listed below
=> Booting
2008 Dec 17
9
Rails 2.2.2 and globalize - undefined method `render_file' for class `ActionView::Base' (NameError)
Looks like globalize (1.2) is not compatible with rails 2.2.2. I am
getting:
''
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails 2.2.2 application starting on http://0.0.0.0:3003
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3003
** Starting Rails with development environment...
2009 Oct 15
10
AJAX - how to have multiple select form sets implemented?
hi, there :)
Consider a blogging application whereby a user is trying to add a new
blog.
He/she has to select a category. Upon selecting a category from a drop
down box, a new sub categories drop down box will be created (hence an
AJAX call). Got this implemented and it''s ok.
Now, let''s assume that a given blog can have multiple categories (and
subcategories).
For example, a
2009 Jul 28
6
how to set smpt server for our rails applicaion
hi i am using technoweenie-restful-authentication plug-in for
authentication in my application. i want to send a activation link to
the user''s mail-id.
for that i need to set the smpt server for our rails application, for
that i added the follwing code in config/environment.rb file
ActionMailer::Base.delivery_method:smpt
ActionMailer::Base.smpt_settings = {
:address =>
2016 Nov 23
0
Off-Topic: Travel Router and Firewall
On Nov 23, 2016, at 3:40 PM, John R Pierce <pierce at hogranch.com> wrote:
>
> On 11/23/2016 2:24 PM, Leon Fauster wrote:
>> DIY based onhttp://www.pcengines.ch/ hardware ...
>
> ...tis not suitable for USB power (5V, up to 2.5 amp)
I think you mean 2.5 *watts* not amps. USB 2.0 and below are 500 mA @ 5 Vdc max == 2.5W. There are nonstandard extensions to USB to allow 2+ amps, but you can?t expect to get that from generic USB...
2011 Sep 22
1
Wiki CR Repo Link Defective
On http://wiki.centos.org/AdditionalResources/Repositories/CR
the link to a copy of 64 bit CR repo is not working.
The link is:
http://mirror.centos.org/centos/5.6/cr/x86_64/RPMS/centos-release-cr-5-6.el5.centos.1.x86_64.rpm
and the error message is (obtained from trying two distinctly different
IPs on two distinctively different ISP networks):
"Not Found
"The requested
"URL
2007 Nov 02
1
uninitialized constant ActAsAuthenticated
Hi,
I followed the installation guide on http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated,
but db:migrate fails:
$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant ActAsAuthenticated
Tried to move include AuthenticatedSystem to ApplicationController,
2011 Nov 26
1
Out-dated link to download Rails packages
On http://rubyonrails.org/download there is a statement: "Rails can
also be downloaded as stand-alone packages." The link takes you to:
http://rubyforge.org/frs/?group_id=307. The last version of rails on
this site is: Rails 2.3.4. Two questions:
1) There is no link on the rubyonrails.org to provide feedback on the
site itself. How can I report this?
2) Where are the current RoR