search for: hivelogic

Displaying 20 results from an estimated 94 matches for "hivelogic".

2006 Jun 09
8
Installation on OSX...
Hi, Just got my first Mac. I''m trying to install rails on it, using the instructions in the rails wiki: http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts I go to install mysql, and the version of mysql supported by DarwinPorts appears to be 4.1.18. But all the sites appear to only have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month out
2006 Mar 22
4
hivelogic lighttpd install
Hey group, I went through the Hivelogic install and it works great. Now I''d like to run lighttpd as a daemon, but when I go into the /usr/local folder where everything was installed, I don''t see a lighttpd directory where the config files would be. If I try "lighttpd start" from the command line, I get an err...
2006 Apr 04
6
Replaced Rails Package with HiveLogic Install - problems
Hi, I''ve got a strange problem. I had initially installed Rails using Tony Arnold''s package: <http://www.tonyarnold.com/articles/category/rails> and that worked fine. (on OS X, obviously). I then decided to reinstall using the instructions on the HiveLogic page, to get Ruby 1.8.4: <http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger> That seemed to go well - I had everything installed. The one thing I did, since Tony included a bunch of gems with his package, was to copy the gems to the new /usr/local/lib directory: /usr...
2006 Jul 05
5
ok, lightTPD is installed... how do i use it.
i used the hivelogic article to install ruby on rails to my mac: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger everything works great using the script/server command, but isn''t that still using WEBrick? how do i server my apps with lightTPD? i tried following the instructions given...
2006 Mar 18
24
rails is extremely hard to install
I''m on Mac OSX and I''m about to rip my hair out over how hard it is to install rails. I''ve installed rubygems and am typing "ruby setup.rb" in the command line and get "No such file or directory." I''ve never had to use command lines before so this is alien to me. Can''t they just make installation GUI-based for non-geeks like
2006 Jul 16
29
Problem installing on Mac OSX
I tried the instruction tutorial on http://maczealots.com/tutorials/ruby-on-rails/ and in the middle of trying to install fixrbconfig I got an error: usr/lib/ruby/1.8/powerpc-darwin8.0/ruby.h does not exist. This probably means you haven''t yet installed Xcode from the Tiger DVD. You won''t be able to compile Ruby extensions without it. Please install it then rerun this
2006 Feb 01
5
lighttpd not starting on os X (intel)
Hi all, I''m followed the instructions written here to prepare my new iMac for Ruby / Rails developement: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger When I run script/server I get the following output: harm-de-laats-computer:~/rails/test harmdelaat$ script/server => Booting lighttpd (use ''script/server webrick'' to force WEBrick) => script/../config/../config/light...
2006 Apr 06
2
Apache 1.3 OSX Tiger(intel) mod_fastcgi
...working with the built in server and am now trying to get it working with apache 1.3 I''m stuck on getting a universal binary for mod_fastcgi.so. or source code to compile it myself. Has anyone been able to get RoR to run successfully with this configuration? Google turned up Hivelogic but I failed trying to compile mod_fastcgi from his June 22, 2005 article. In his December 1, 2005 article he switched to LightTPD server. Google did turn up someone who has posted the Apache 2.0 .so file -Linda -------------- next part -------------- An HTML attachment was scrubbe...
2006 Mar 10
3
Problems installing rubygems -No such file to load: rubygems
Hi, I''m a bit of a beginner at this and I''m having some problems with installation, hopefully someone can help. I''m following the guide for setting up under Mac OS X at http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger . I follow the tutorial all the way through without any errors but when it comes to the MySQL Native Bindings step I get an error saying: /usr/local/bin/gem:3:in `require'': No such file to load -- rubygems (LoadError) from...
2006 Jun 05
25
RoR on mac OS tiger 10.4.6 latest n greatest?
...ks for the web server,,,,,some are using sqlite, or mysql....now ive tried all and it came to a point where im sure i had multiple libraries etc...installed and everything was not working right compared to my ubuntu install of Ror. so do you guys think that the installation of RoR using http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger is the best out there? thanks. -- Posted via http://www.ruby-forum.com/.
2006 Mar 12
5
Webrick and Lighttpd
I just went thru the hivelogic article to get everything installed on my new mac. I then decided to run thru the ADC Rails article. In the article it says to run ''script/server'' which will start lighttpd if installed or webrick if not. When I do it, I get webrick not lighttpd. I followed the hivelogic artic...
2006 May 21
3
First try with lighttpd
Hi, I have a Rails application sitting on my computer that works just fine with webrick. I would like to try to serve it locally with lighttpd I followed the instructions on the hivelogic site for installing lighttpd http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger Then I looked on page 457 in the Agile Rails book for instructions about configuring the rails app for lighttpd and wrote the config file at the bottom of this email. I started the Rails app wit...
2006 May 10
10
Can''t Install Rails with Ruby Gem Dependencies, OS X
Hello Community: I''m a brand new user of Ruby on Rails, and am having a great deal of trouble compiling from source. I''m using the tutorial at http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger to complete the install. Readline and Ruby installed just fine, and the Ruby Gems appeared to. But when I tried to sudo gem install Rails --include-dependencies, I got the following error: sudo: gem: command not found I tried to move on a...
2006 Nov 13
4
Mass filtering page content for javascript anti-spam script
Hi all, I''d like to write a function that replaces all email addresses in my pages with a javascript anti-spam script. I know it''s a bit horrible for screen readers, but I feel it''s our best option at the moment. I think I need some kind of function that builds the javascript depending on the email address and then replaces it in the text. I got a bit lost at this
2006 Feb 20
3
Scaffold NoMethodError on Mac
Hello All: I am still somewhat new to Rails but have created a successful app on a Windows box and am venturing out for my first Mac Rails app. Being relatively new to Macs as well, I believe I have a good install of the latest versions (ruby, rails, mysql, webrick) but have hit two snags. First - when I try to scaffold one of the controllers (i.e. localhost:3000/mycontroller/new) just to
2006 Jun 18
2
Installation on Mac Problem
I''m not exactly sure what the root of this problem is. I followed the following tutuorial on installing Ruby on Rails on Mac OS X: http://www.hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger Everything is working fine but when I navigate to : http://localhost:3000/ or go to any other pages that I''m attempting to serve with RoR I get the following errors in my tail: Code: dyld: NSLinkModule() error dyld: Symbol not fou...
2011 Mar 14
0
Can't connect to local MySQL server through socket '/tmp/mysql.sock'
I went through the hivelogic tut http://hivelogic.com/articles/compiling-mysql-on-snow-leopard And all went well until mysql -uroot when I get the Can''t connect to local MySQL server through socket ''/tmp/mysql.sock'' error. In Console.app I see the mysql is start and stopping with tmp/mysql.sock Pe...
2006 Mar 11
5
500 Internal Server error
Sort of new at all this... I installed Ruby on Rails on my Mac according to the instructions on HiveLogic''s blog. I can run the server and even create my database schema automatically. But when I try to open up my results, I end up getting a 500 Internal Server error on my browser. My Unix terminal reads the following: dyld: NSLinkModule() error dyld: Symbol not found: _rl_filename_comp...
2006 Mar 29
3
Bash
I have installed Ruby and Rails on my Intel iMac according to the instructions provided by Hivelogic. Everything works perfectly. I have noticed that if I close Terminal and later come back and open it, It seems like the paths set in bash_login are lost. If I open bash_login the paths are still there however if i do ruby -v it says I am running 1.8.2 (mac default) when I have installed 1.8.4. I...
2010 Jun 15
11
mysql gem install not happening on Mac OS Leopard - any inputs at all??
Hello all, Ive got Mac OS X Leopard (10.5.8), ruby 1.8.6 (2009-06-08 patchlevel 369) [universal-darwin9.0] and mysql 5.0.67 installed and working fine with Rails 2.1.0. "which ruby" outputs /usr/bin/ruby. I can see the mysql symlink in / usr/local/mysql. I can also see the mysql-5.0.67-osx10.5-x86 folder in /usr/local . Im trying to upgrade my Rails apps to 2.3.5 but when i try to