Displaying 5 results from an estimated 5 matches for "search_generator".
2005 Dec 30
0
Newbie multiple controllers/layouts question
Hi all,
I''m playing around with Dave Thomas'' depot project, trying to add site
search, starting with code from the search_generator gem. I got basic
search working. Now I''m trying to understand how to integrate the search
result pages more fully into the overall application and I''m having
architectural "issues". search_generator creates its own MVC hierarchy
in the application, with it''s...
2007 Feb 28
3
require tzinfo on rails 1.2
I''ve just upgraded rails to 1.2 and now everything breaks when accessing
pages that use tzinfo.
I get the following errors:
uninitialized constant FriendController::Timezone
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:477:in
`const_missing''
#{RAILS_ROOT}/app/controllers/friend_controller.rb:22:in `index''
Can someone please
2005 Sep 22
2
production environment
So I''m getting ready to setup a production environment on my boxen (running
Fedora Core 3), what are my options? I''ve seen a number of posts about
FastCGI, SCGI, etc. and am completely lost as to what I should be setting up
on my box (that I hopefully won''t have to touch for a while).
I need to run Collaboa, Typo and probably 3 or 4 other apps on this, so
2006 Mar 28
3
compiling php with fcgi on tiger
..._______ ______________
Get Ruby gems
curl -O http://rubyforge.org/frs/download.php/3700/rubygems-0.8.10.tgz
tar xvzf rubygems*
cd rubygems*
sudo ruby setup.rb
__________________________________________________ ______________
Get Rails and a few other gems
sudo gem install rails RedCloth search_generator salted_login_generator
production_log_analyzer
answer yes to all dependencies
__________________________________________________ ______________
Get mysql-ruby C bindings (the pure ruby ones suck)
This command works great on osx as well using the mysql 4.1.x installer from
mysql.com
or the ser...
2013 Aug 14
23
[RFC] btrfs-progs: fix sparse checking and warnings
Hi gang,
I was a little surprised to see that patch go by recently
which fixed an endian bug. I went to see how sparse
checking looked and it was.. broken. I got it going
again in my Fedora environment.
Most of the patches are just cleanups, but there *were*
three real bugs lurking in all that sparse warning spam.
So I maintain that it''s worth our time to keep it going
and fix