Displaying 6 results from an estimated 6 matches for "lowder".
Did you mean:
loader
2006 Jan 08
6
ruby/rails/mysql install on mac os x
after successfully installing everything as described in this article:
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
i attempted the final step in the process of removing the two anonymous
accounts for my new mysql install, and to assign a password to the
administrator account.
however, when following the advised commands below:
shell> mysql -u root
mysql>
2006 Jan 08
1
Install to Site5
is there any way to install a RoR application to Site5 (or any other
host for that matter) that doesn''t require shell access. It would be
nice, for simplicity sake, to be able to upload an application edit a
.htaccess (or something) and have the application just run.
[ it doesn''t really matter if there is no way to do this. its just
that I''m trying to test my apps on a
2006 Jan 20
1
sqlite3
ok... so I''m trying to get sqlite3 up and running on my app but i keep
hitting a wall when i try to install the gem... I''ve got all the right
bits a pieces installed (i can run sqlite from the console and create
databases and such) but gems keeps telling me that it can access the
ruby header file. but, i can can find this file in spotlight not
problems (and no there is nothing
2005 Dec 28
4
undefined method `include''
I''m getting this error in Rails:
undefined method `include'' for
#<MenusController:0x408efd1c>
The offending code is:
require "rexml/document"
include REXML
I see there may be a problem with GCC 4 on OSX, but
I''m using Redhat with GCC 3.2.
http://weblog.rubyonrails.org/articles/2005/12/22/is-gcc-4-0-incompatible-with-ruby-on-os-x-and-elsewhere
2005 Dec 28
3
[Templates] [Noob] templates across controllers?
Fine Rails Hackers:
I am trying to decide how to approach a templating concern.
I would like to define a standard template for all of my pages (including a
basic header, styles, footer) across my five base controllers: desktop,
events, financials, and records, account.
Is there a top level place to declare a template across the entire
application regardless of the controller?
I understand how
2006 May 23
4
Protecting the source code.
Hello guys.
I need an opinion here. I need to make a mid-big size web project. Will
be a project that my boss wants to sell, and he don''t think show the
source code is a good idea and me neither, I love free software but on
this case will be a software made for a company who wants to try to make
some money with it.
My question is: PHP have things like Zend Guard