Displaying 20 results from an estimated 300 matches similar to: "Ideas for AJAX pagination"
2006 Jul 12
5
start_form_tag n00b question
Hi,
I''m wondering if there is any way to specify the id of a form tag with the
start_form_tag helper. I''ve tried playing around with ", id=>"marginForm" "
and also inclosing both the action variable and id variable in curley
brackets. The Rails API doesn''t off much help for a n00b like me. It''s
probably really easy but any help you guys
2006 Aug 25
3
RJS Error: Element.update is not a function
Hi,
I have implemented some RJS code and I have the same exact code in 2
different places. In one place I get the error "Element.update is not
a function" and the other place works fine. Any idea why this error is
coming? Breaking my head.
-Vinod
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2006 Apr 01
3
Gracefully degrading Ajax AND Drying up actions
Still a semi-newbie, but so far I''ve managed to solve most things with a
bit of help from the Agile book, some googling around, and a bit of
trial-and-error, but I''m really stuck with this one (very much an Ajax
newbie):
I know how to gracefully degrade an AJAX newpost type call so it can
appear inline or (for those without JS support) go to a new page (put an
":href
2006 Jul 14
9
DRY Javascript Degredation
Hi,
It seems there must be a better way to do this than what I am
currently doing.
I have a simple app that collects a users thoughts along with their
email address and their first an last name. On a page that lists all
the users thoughts they can click on a link to "add a thought" which
then displays a form with ajax. My current methodology for this is
not very dry. If js is
2006 Jan 13
2
file_column in session
is it possible to store a field of type file_column in the session?
Rails crashes on me every time i try to do something like the
following:
@session[:newpost] = @params[:post]
however if i assign each field of @params[:post[ except for
@params[:post]["image"] i have no problems. Is there something that
should be done to allow the file in the session?
thanks
adam
2006 Jul 18
4
Multiple Layouts - Single Controller
How do I do multiple layouts for a single controller:
I am aware I can do... render(:layout =>''mylayout'') for individual
actions, however this becomes a multiple render problem.
I tried this...
layout "mylayout", :except => [:myaction, :myotheraction]
layout "myotherlayout", :only => [:myaction, :myotheraction]
However that doesn''t
2006 Jul 21
3
[Slightly OT] CSS with wildcard?
Sorry if this is a simple question, I''m a CSS noob.
I have a rails app that is displaying posts, I am having it generate
each post with its own div like "post_19", "post_20", etc.
I could make it so it puts another div around that div (i need the
individual post div''s for deletion with AJAX) but would rather not.
Is there some way to use CSS to do
2005 Dec 11
1
Quantile function for the generalized beta distribution of the 2nd kind
I have succeded in defining the cdf of the generalized
beta of the second kind, eg.
pgbeta2 <- function(quint,b,a,p1,p2) {
integrate(function(x)
{exp(log(a)+(a*p1-1)*log(x)-(a*p1)*log(b)-log(beta(p1,p2))-(p1+p2)*log(1+(x/b)^a))},0,quint)$value
}
but I'm facing problems with the quantile function. I
tried something like
qgbeta2 <- function(proba,b,a,p1,p2) {
optimize(function(z)
2017 Mar 13
2
modbus driver for phoenix contact industrial UPS
Hello,
this is to let you know I will start working on a modbus driver for the
PhoenixContact QUINT-UPS industrial DC UPS, model 2320461.
https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=2320461&library=usen&pcck=P-22-07-01-01&tab=1
I will reuse some parts of the nutdrv-modbus branch, but this will be a
model specific driver, not a generic one. Unfortunately
2010 Dec 01
1
Few questions about making logical bitstreams
Hi!
OGG specification said that:
- It is possible for a stream to consist of a single page.
- Page can consist of multiple packets.
Could anyone tell me:
- Will logical bitstream of _one page_ (b-o-s and e-o-s at the same
time) with a _few packets_ be correct according to the ogg spec?
- And, if such logical (multipacket singlepaged) bitstream is correct,
how can I generate it by using
2006 Jul 18
5
Ruby on rails local groups, everyone?
Hi ,
Just discover a interesting way to connect ror developers locallly.
http://www.citycita.org let groups of people who share same interests
to plan events and meet offline in local communities around the world.
The service is quite new but it seem to have an ROR Oslo community that
use it -
http://rubyonrails.citycita.org/22498/.
Worth a look !
--
Posted via http://www.ruby-forum.com/.
2013 Nov 08
1
CRAN package 5000
Package 'quint' brought the number of packages on CRAN (for all
platforms: some are Windows-only or non-Windows only) to 5000 a few
minutes ago: see http://cran.r-project.org/web/packages/index.html .
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861
2007 Oct 24
28
random cpu spikes, EBADF errors
In May I had problem with mongrels suddenly consuming huge cpu resources for
a minute or two and then returning to normal (load average spikes up
to 3.8and then back down to a regular
0.2 over the course of 5 minutes, then again 1/2 hour later. or 4 hours
later, no predictable rhythm).
I posted to Litespeed forums because I thought the problem was there but
didn''t get far. And a week
2006 Jul 25
6
DRY question (newbie)
Say i want to include the same chunck of text (a menu on a webpage for
example) on each page. Is there a method by which I can save the HTML in
a text file and call it up later? Is there a better way?
I know ruby has "puts" but i can''t use that b/c it does not work with my
webhost (dreamhost.com)
Any suggestions?
--
Posted via http://www.ruby-forum.com/.
2009 Feb 22
8
dynamically changing a form from POST/CREATE to PUT/UPDATE
For the life of me I can''t figure this one out, although I can''t find
anyone else who''s attempted to do this, and probably with good reason.
Context: blog using AJAX
What I''m trying to do: when the user initially saves a blog entry, or
when auto-saving, I want subsequent saves to not create a new blog
entry
Why I can''t just reload the partial:
-
2006 Apr 26
2
freezing to Rails 1.0 for a production site
Hi,
I have a shared web hosting account. Currently the hosting company has
Rails 1.0 but I''m sure they will upgrade to Rails 1.1 sometime soon. I
don''t want my site to break if anything with Rails 1.1 will cause a
break. How do I freeze my app to Rails 1.0? I imagine I download the
rails source into the vendor directory. But from where to download and
how to configure my app to
2009 Jan 18
1
rsync-phenomenon
Hi,
I have some questions regarding rsync.
I've created a little script that makes a backup of my home-directory using
rsync. When I call this script again _all files_ will be copied again.
What's wrong here?
My environment:
OS is Linux (SuSE 10.3)
I want to backup my internal disk to an external disk connected via eSATA.
The internal disk is ext3, the external disk is FAT32 (I want
2007 Oct 24
3
fetchmail log messages I don't understand
I see these messages every time fetchmail pops my mail. I don't understand
what certificates it is talking about, or how to straighten this out.
fetchmail: Server CommonName mismatch: localhost != mail.mydomain.com
fetchmail: Server certificate verification error: self signed certificate
fetchmail: Server certificate verification error: certificate has expired
What do I need to read up on
2006 Sep 29
1
newbie Q: it won't display foreign keys...
I have two tables
CREATE TABLE continents (
id int(11) NOT NULL auto_increment,
name varchar(255) NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE countries (
id int(11) NOT NULL auto_increment,
name varchar(255) NOT NULL,
continent_id int(11) NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
I generate scaffolds for country and for
2006 Jan 12
2
reversing paginated lists, linking to last page from controller
Hi
I use the scaffolded generated crud to handle my entries, and I cannot
figure out how to reverse the list, what with the pagination.
I can reverse the entries on a page, but not the entire paginated list.
Also, it would be helpful to me to be able to redirect to the last page of a
paginated list when I destroy, i figured out how to add such links to the
view, but how to get from the