Displaying 20 results from an estimated 2000 matches similar to: "where to put code for my own paginator ?"
2009 Apr 30
2
how to search all fields for a string in SQL ?
Using SQL or activerecord I am not sure how to search all fields for a
specific value ?
I know how to do this by just writing ruby code. To do it in SQL or an
activerecord find w/condition,
I don''t know how. I actually am supposed to combine an find w/
condition and a search all fields for a
value and AND those together. I think perhaps it can''t be done with a
single find ?
2006 Apr 08
4
rails won''t cache my action
I''ve decided to dive into page caching for my rails app. I''m doing my
testing with webbrick and it refuses to display the cached page for a
particular action. I''ve modified my paginator helper to put the page
parameter in the url so that the paginated page can be used with
caching. This works perfectly when the page parameter is in the url (ie
browse/2006/2 or
2006 Jul 27
7
WebService
Hi all!
how do I make a WebService using rails?
thaks !
--
Cordialmente,
Carlos J?nior <junior@boanoitebh.com>
(31) 9244-6543
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/f52d1e1c/attachment.html
2005 Dec 23
2
Abnormal Pagination Using SQL Server
I''m using RoR 1.0, Windows 2000, and SQL Server 2000. I am connecting to
the database using these directions:
http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServer.
Using the scaffold generator to generate the default files (ruby
script/generate scaffold Location) I start up WebBrick and pull up the
page. There are 58 records in the table. I am given the first 10
2007 Nov 18
2
Aptana RadRails 0.9.1 Final Release
For fellow Radrails users, there is happy news !
Aptana RadRails 0.9.1 Final Release has been released since 15th
November 2007. Users who are still on 0.8.0 are highly recommended to
upgrade.
Here''s the Trac changelog: http://www.aptana.com/trac/milestone/RadRails%20IDE%200.9.1
And the ASAP one: http://support.aptana.com/issues/browse/ROR/fixforversion/10004
Apparently, 66 tickets
2006 Jul 01
1
Paginator offset =0 ...
Hi list,
I Try to do a custom paginator, but the offset never increase ??
def
showFriends
@friends_pages = Paginator.new self, allFriends.size, 3,
@params[''page'']
limit= @friends_pages.items_per_page
offset= @friends_pages.current.offset
2006 Apr 23
0
Using Paginator outside of controllers
I am doing this in _messages.rthml:
<% shout_pages = Paginator.new self,
Shout.length,
30,
@params[''page''] %>
<% shouts = Shout.find :all,
:order => "timestamp desc",
:limit => @story_pages.items_per_page,
:offset => @story_pages.current.offset %>
I am calling
2006 Jan 27
0
custom paginator generating Next link when not needed
I implemented a prefix search using the following custom paginator:
@performer_pages = Paginator.new self, Performer.count, 25,
@params[''page'']
@performers = Performer.find( :all,
:conditions => ["Name >= ?", params[:prefix] ],
:order => "Name ASC", :limit =>
@performer_pages.items_per_page,
:offset =>
2006 Jul 19
0
Custom paginator?
I have the following query I need to paginate. Looks like I need a
custom paginator for this. Am I right?
SELECT full_name, address1, address2, city, state, zip,
abms_certification, X(geom) AS X, Y(geom) AS Y FROM physicians
where address_status = 1
and geom && Expand(GeometryFromText(''POINT(47.651443 -117.411025)'',4326),1)
AND
2006 Jun 07
2
Hash flattening on paginator link_to
Hey
I need some help with pagination and the link_to in the view.
I''m trying to include a hash in the pagination link_to params and it
keeps flattening out my hash.
Example:
Here''s my hash called @answer:
"answer"=>{"6"=>"9bf31c7ff062936a96d3c8bd1f8f2ff3",
"7"=>"6f4922f45568161a8cdf4ad2299f6d23"}
2006 Mar 09
5
Newbie - Help Please
I am just getting off the ground with RoR. (actually just walking out to
the runway)
I want to setup a development / test environment as close to the
production environment as possible except for OS (Win XP for Dev, Linux
for Prod).
I have Apache, MySQL, PhP installed and operating close enough to the
production environment that all the PhP stuff I''ve done in the past
seems to work
2009 Aug 23
1
Install Aptana Radrails into Eclipse Galileo - Simple Tutorial
1. Download Eclipse 3.50 aka Galileo
2. Launch Eclipse
3. Click Help/Install Software
4. Install Aptana Studio 1.5 as a plug into Eclipse
More at Rails... Rails... Rails
CCH
http://cch4rails.blogspot.com
2005 Mar 03
5
Whats ''favicon.ico''
I''m seeing the following in the WEBbrick console output after every GET
192.168.0.108 - - [03/Mar/2005:15:35:19 AUS Eastern Daylight Time] "GET
/favicon.ico HTTP/1.1" 200 60
- -> /favicon.ico
What does /favicon.ico (which doesnt seem to exist in my source) do for
Rails?
_______________________________________________
Rails mailing list
2006 Jul 29
6
why is webrick running in development mode?
Hi,
I changed my environmnet.rb to say PRODUCTION mode, however when I start
up a server "ruby scripts/server"
a) it runs in development mode (via the logs) - any ideas why?
b) why does webbrick run - I thought by default now it was supposed to
be lightty
Tks
--
Posted via http://www.ruby-forum.com/.
2005 Mar 08
3
Configuring WEBBrick for Port 80
I''ve looked everywhere [except the right place], but I can''t find where
to change WEBbrick from listening to port 3000 to port 80.
Can anyone point me in the right direction.
Thanks
Neville
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Mar 31
5
Model reloading problem
Hi all,
I''ve a model class Toto in the model directory.
I don''t understand why i have to restarts WebBrick to view changes i make
in this class
FYI : in the development. rb i desabled class cache with
config.cache_classes = false
Regards
Luciano
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Dec 08
7
Help shut down webbrick on mac?
Hello,
I just installed radrails and it will not run the webbrick because a
version is already running on my mac.
I do not know how to shut down the mac version.
Thanks
Regards,
Frank Rocco
farocco-H+0wwilmMs3R7s880joybQ@public.gmane.org
2006 Apr 08
2
RadRails problems - any ideas
Hi, I''ve followed the rad rails instructions for importing a project and
have two issues.
First my console tab shows "Console is not available" I don''t know if that''s
significant or not, yet.
Second, I''ve created a WebBrick server, but it doesn''t respond when I try to
start it from withing RadRails. There''s no error shown.
2006 Mar 20
6
Rails and Offline processing
How are you guys handling threads or server processes that have to,
for example, process the data in your application on a periodic basis?
Cron jobs can do it and then run on the database. But, are there ways
to launch threads within the rails application itself.
I have heard of WebBrick ways, but I am working with lighttpd,
fastcgi? (textdrive if you are really interested).
2005 Dec 17
1
webbrick and logger output
Hi,
When I do:
logger.info "hello?"
I would expect it to output something from the webbrick output but it doesn''t
seem to. Am I doing something wrong? or is there another way of outputting
on the webbrick output?
Thanks,
-- Colin