search for: daxini

Displaying 5 results from an estimated 5 matches for "daxini".

2009 Nov 01
9
Dynamic Database Connections
Hey everyone! I have a problem that''s been making me a little nuts. I would like to use RoR for a upcoming project, but if I can''t get past this hiccup I''m afraid I''ll have to use PHP or Java. Ugh. The application needs to have a database-per-customer model. So when I do a Product.find(:all) I need to make sure i''m connecting to say acme.products
2011 Feb 04
1
LIbrary to maintain manage browser sessions from command line
I have to update 80 pages'' compliance terms on our clients existing CMS system. I can''t do this on the back end, and it''s a tedious task I''m looking to automate. These are all in an admin panel, so I am trying to find a library that could at least maintain a session and simulate browser interaction from the command line. Any leads would be helpful! Thanks!
2009 Sep 19
2
MethodNotAllowed
I am trying to develop an application that allows users to submit articles and add information about the references they used when citing facts. I have the sources broken down into types, such as books, periodicals, web-sites, etc as single table inheritance on the sources table. Routes are nested so that :articles, :has_many => :sources When trying to edit a source, through the
2010 Jun 15
3
RoutingError
hi, can anyone help me. i want to create an url to invoke create action of a controller. routes.rb has the routes. But i am getting error at line 23. i have @user variable. user_contact_path(@user.id) I want generate url as : users/3/contacts to invoke contacts controller''s create action ---------------------------------------------------------------------------------
2010 May 13
20
HTML and CSS to PDF
I would like to take a rails page and convert it to a pdf. I don''t want to have to generate the code myself for making the pdf, so it should obey css. What is the best tool for doing this? Does the tool use the standard css, or can I provide it alternative print-css? Thanks in advance, Jonathan Steel -- Posted via http://www.ruby-forum.com/. -- You received this message because you