Displaying 3 results from an estimated 3 matches for "gemjack".
Did you mean:
geepack
2006 Jun 25
3
Sorting results by column
I have the acts_as_ferret plugin installed. Everything searches great,
but I would like to limit the results (i.e. by ''end_date'') and sort them
(by ''end_date''). ''end_date'' is a valid column in my "posts" table.
Here''s the code I have already:
@posts = Post.find_by_contents(params[:query])
params[:query] comes from a
2007 Aug 07
3
XSendFile problem
I am trying to user XSendFile in my application.
I have installed the plugin and in the environment.rb included this line
XSendFile::Plugin.replace_send_file!
but it is unable to read the files.
Earlier i had used send_file but it increases the mongrel size and slows
down the application.
Any suggestions about how to make it work?
--
Posted via http://www.ruby-forum.com/.
2007 Sep 27
2
TeX in Ruby on Rails
Hello,
I''m new to ruby on rails, but I''m looking for a possibility to
integrate TeX documents in my blog! I thought it might be possible to
convert a TeX document to Xml and then sent the file to the webpage.
On the server there should be a function that looks for new files and
automatically integrate them on the webpage, by just adding them
depending on the date and category