Displaying 20 results from an estimated 60000 matches similar to: "Applying a patch to rails"
2007 Aug 26
2
ror app with advanced rspec?
Hi!
Can anybody link to some ror based project what is using rspec, so
nuby as me can learn from it. So it should have updated and practising
advanced rspec.
After reading last threat about "testing behaviour or testing code?",
I just realised that I would definitely learn something from app like
that. Some casual googling didn''t help me this time.
Thanks!
Priit at
2006 Mar 10
6
How do i apply a patch?
Hi,
i have a patch to make instiki work with the latest version of ruby :
as_clean_logger_rb-fixed.patch
But i dont know how to apply it. Any ideas??
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.
2006 Jan 03
8
MacOS X Tiger Rails Install problem
According to the Hivelogic instructions <http://hivelogic.com/
articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger> to correctly
installing RoR on Tiger:
> With RubyGems installed, Rails is a simple, one-line install:
>
> sudo gem install rails --include-dependencies
>
> Some people following these instructions report one of two errors
> after performing this step.
2006 Apr 27
2
easiest rails install for LAMP webserver?
Greetings! Here''s my first nuby question, apologies to all because it''s
probably not /your/ first time hearing one.
I''ve been learning Ruby lately, and would like to start some Rails
development as soon as school''s done. So, in the midst of finals and
term papers and moving out into the world of dial-up, I''d like to get
things set up on a hosted
2008 Jun 23
12
From Instant Rails 2.0 to Rails 2.1.0
hi,
I have installed Instant Rails 2.0 on my machine which comes with
Rails 2.0.2. Now I want to update my Rails to version 2.1.0. So I do
gem update rails and It seems to be fine. But when I check the version
of my Rails I get the following message:
>rails -v
C:/RoR/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
`report_activate_error'': RubyGem version error: activesupport(2.0.2
not
2006 Aug 10
6
Getting started w/ Ruby on Rails
Hi,
I would like to get started with RoR, since it seems to be a terriffic
platform for Webdevelopment. However, I''m unsure what "level" you need
to be on in terms of programming to get started?
Best regards,
Gustav
--
Posted via http://www.ruby-forum.com/.
2010 May 17
2
Installing Ruby on Rails
Hi,
I''m a newbie to RoR and have been facing some problem installing RoR on
my system.
I''m following this guide to install RoR
https://help.ubuntu.com/community/RubyOnRails
and stuck up at this step
Installing Rubygems:
To make gem work properly you should write gem''s path to PATH add to
~/.bashrc:
export PATH=/var/lib/gems/1.8/bin:$PATH
Can anyone help me saying
2005 Oct 28
5
What is Ming
Mentioned by Amy Hoy in the recent ROR podcast. I googled but didn''t
find anything.
Thanks
Ed
2007 Dec 07
1
Ruby on Rails applications with Mongrel cluster
Hello All
I am trying to install 5 mongrel servers against my app. i am using
Vista. I found this article on a website.. but am stuck on one point.
here are some notes from article:
Now enable the needed modules (url rewriting, proxy, proxy_balancer e
proxy_http) by editing the httpd.conf file (under c:
\Apache_Software_Foundation\Apache2.2\conf, if you installed Apache in
its standard path).
2006 Apr 12
5
Rails talking to MySql (cygwin on Windows XP)
Hello fellow RoR users,
I am a newbie and I thought RoR is so easy to set up and that I would
be saving so much time -- but I am still waiting to save time because I
simply couldn''t get Ruby/Rails to talk to MySQL (5.0.18) at all.
Here are the steps that I have examined:
1) I look at dabatbase.yml and put in the right information to talk to
the database I have set up (the
2006 Aug 17
0
Help with best-practice for Rails Model
Hello!
So, I''m fairly new to Rails and I have a question that pertains to how
to best model something that is typically addressed via inheritance.
Here''s the situation:
I need to maintain an EventLog
There are several different "types" (eight at this point) of Events
All Events have a couple of attributes in common (user_id, event_at,
note, summary, type, etc.)
2012 Feb 27
0
Rails 3.1 and SQLite3
I am getting this message when running my tests against RoR-3.1
.rvm/gems/ruby-1.8.7-p352/gems/activerecord-3.1.1/lib/active_record/
connection_adapters/abstract/connection_specification.rb:71:in
`establish_connection'': Please install the sqlite3 adapter: `gem
install activerecord-sqlite3-adapter` (sqlite3 is not part of the
bundle. Add it to Gemfile.)
However, I already have this in my
2010 Jun 30
5
Reposted from Superuser - Installing Ruby on Rails on Ubuntu 10.04: A Living Nightmare
I''m reposting this here from my original post on Superuser[1], to
hopefully get more relevant feedback from more experienced RoR users.
I need to get a RoR environment up and running, because I have a
client that needs some RoR work done on her website. Although I''m new
to RoR, I''m a quick learner and was expecting installing and setting
up the environment was easy, so
2006 May 18
3
Rails dependency issue
I am following this guide,
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger,
to install RoR on Mac OS X and screwed up when installing rails. I
typed:
sudo gem install rails --include dependencies
instead of
sudo gem install rails --include-dependencies
I''m providing a link to the screenshot of what happened:
http://blazebego.com/temp/rails_dependecy.png
2006 Jul 13
2
Intel Mac, Rails, MYSQL - access denied
Hi,
Nuby on Rails here trying to bring up an existing app on a new
installation.
The whole ruby/rails/mysql/lighty installation was done per the much
touted "hivelogic article" that runs through all the steps.
I am running into a permission error when I try to do a rake migrate to
set up a session database needed by this existing app. Extracted from
the trace...
** Execute
2006 May 02
0
RE: Rails Digest, Vol 20, Issue 39
All assumptions aside, "rectest" and "salt" are usernames not
databases/schemas according to the pasted config. If they were in fact
different databases/schemas, this problem could never have happened. While
different database brands may have tricks for ways to handle users and what
they perceive as a database/schema, the fact remains that if 2 literally
separate databases
2006 Jul 06
0
ActiveRecord''s bundled Transaction::Simple namespace issues?
Hello all.
I''m working on a program that uses both ActiveRecord and PDF::Writer.
The latter requires the Transaction::Simple module, and ActiveRecord
contains a "built-in" copy of Transaction::Simple - but the namespaces
appear to clash, if I''m understanding things correctly. (I''m a bit of a
ruby nuby, so please excuse me if I''m misunderstanding this
2006 Aug 02
4
applying conditions to ActiveRecord call in model.rb
If @c is an instance for the User class and lets say I want to call
@c.pictures, which would be the user''s pictures.
How can I setup up RoR so that I could append the condition
"status=''available''" to the conditions arguments EVERYTIME .pictures is
called. This way I can only call available pictures
Is there some kind of filter I can apply to the
2006 Jan 31
2
lightpd / fcgi / RoR setup
Hi,
I''m running RoR and have set it up more or less like described in the
wiki (for instance here
http://wiki.rubyonrails.org/rails/pages/LighttpdWithProcessScripts).
I can start the fcgi listener and see that ports 7000-7004 are
listening. I can start lighttpd, and try to connect to the server. I
can restart the default.fcgi listening scripts that i see in "ps ax |
grep
2009 Jun 12
2
Fail to start a lower Version ( Rails 1.1.6) Rails Project
I have a RoR project in rails version 1.1.6.
Just to start this project i just install rails of version 1.1.6
but when i am going to start to start the server then i got the
following error..
D:\simpleticket>ruby script/server
./script/../config/boot.rb:25:Warning: Gem::SourceIndex#search support
for Strin
g patterns is deprecated
./script/../config/boot.rb:28: undefined method