search for: railsrubi

Displaying 20 results from an estimated 21 matches for "railsrubi".

Did you mean: railsruby
2006 Mar 18
3
Weird stylesheet_link_tag issue after moving servers
Dear experts, I am in the process of switching servers for my application. Before the move everything was working properly. After the move <%= stylesheet_link_tag ''/stylesheets/styles.css'' %> generates <link href="//stylesheets/styles.css" media="screen" rel="Stylesheet" type="text/css" />
2006 Mar 19
2
After Migration dispatch.fcgi not doing its job? Keep gettting the home page
I recently migrated a Rails application. After migration no matter what URL I access within the application, I keep getting the home page. so http://domain.com shows the home page. and so does http://domain.com/blog and also http://domain.com/some/other/url I have routes.rb properly set up (it was working on the old server). I am using RHEL 4 ES with Apache 2 and Fast CGI.
2006 Feb 20
46
Ruby + Apache Lucene using XMLRPC?
Please excuse me if this has been answered before. Is there a "how-to" guide or a walkthrough on integrating Lucene with ROR via XMLRPC? I got Ferret to work but I am worried that it''s not going to be as scalable. I highly appreciate your assistance. Thanks Frank --------------------------------- Relax. Yahoo! Mail virus
2006 Mar 24
6
Chinese characters in the title
Dear experts, In my application, Chinese characters work great in the body of the page. However, in the title, they appear as boxes instead of something like " ???????? ". I also noticed CNET having the same issue: http://www.cnetnews.com.cn/news/net/story/0,3800050307,39438403,00.htm So my question to experts here is that is it possible to show Chinese
2006 Feb 13
11
ROR code syntax highlighting on blog?
I am interested in putting the cool syntax highlighting for ROR code. What''s the best way to do that? Is it using textilize or another formatting language? Or do I need special stylesheets? Any assistance is appreciated. Thanks Frank --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part
2006 Mar 03
0
Rails chicklet
Recently I need a Rails chicklet for my company''s web site (http://designerzllc.com/) but couldn''t find one. So I ended up making one myself. I have posted the chicklet on my blog and you are more than welcome to grab it. There are also some other chicklets there that I also created which you can use. I would appreciate credit/link where possible. Get the
2006 Mar 24
1
To Open Source Or Not To Open Source?
I have been receviving a lot of feedback on Adoppt.com and based on the feedback, I have one question: Should I open source my project? What are benefits / drawbacks? Adoppt employs many principles that I have learned over the years. Alongwith my upcoming Pro Rails book, it will be something nice to give back to the community. So far I think I would like to Open Source the
2009 Mar 17
7
urgent please :HTTPS html parsing
Hi, Is there any way to extract the html code of a https:// website in hpricot. When i use hpricot to access a https:// website i receive the following error. /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- net/https (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from
2006 Mar 01
1
Typo in a sub directory
Hello experts, I have a rails project at http://domain.com I would like to install typo at http://domain.com/blog Is this possible? I have gotten it installed and using mod_rewrite I can get to the home page. My mod_rewrite takes everything after blog/ in the url and passes it to typo. The issue I am having is that all Typo assets are relative and they use link like:
2006 Mar 05
0
Pagination Question [Tagging: find_tagged_with]
Hello experts, I am trying to paginate the following query but no matter what I try I am unable to paginate it. In controller I have: q_webpages=Webpage.find_tagged_with(:any => params[:tag], :separator=>'','', :order=>''updated_at DESC'') @webpage_pages, @webpages = paginate_collection(:collection=>q_webpages)
2006 Mar 15
0
Raise your hand if you''re going to the MySQL conference
If you are attending the MySQL User Conference 2006, you are encouraged to come attend my session about Applied Ruby on Rails and AJAX. The session information is as follows: Applied Ruby on Rails and AJAX Farhan Mashraqi Track: LAMP, Community Projects Date: Thursday, April 27 Time: 2:20pm - 3:05pm Location: Ballroom B Adoppt (http://adoppt.com) is a fully
2006 Feb 04
1
Rendering objects
So, Ruby is OO all the way, but in Rails we can?t render an object? Having retyped way too many calls to ActionViews render method with various options, I finally figured, why not make it possible to actually render customized objects, which could encapsulate the often messy code, that I often ended up writing partly in the controller and partly in the view - using instance variables, and
2006 Feb 25
3
Is there any projects that implement the social bookmarking?
scuttle is written in php,delirious is written in perl,rails has tealeaf which has not published any files until now,is there any other rails social bookmarking with ajax characteriscs? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060225/0e082cd5/attachment.html
2006 Mar 24
3
String manipulation
I need to make some nicenames from my post titles, like: - convert spaces to "-" - delete all the !,?,commas,.,;.:,* from the string How can I do? Sorry for the noob question... Oh, and another thing... How can I make permalink this way: Not .../blog/show/4 but .../category/nicename ? Thankyou. -- Posted via http://www.ruby-forum.com/.
2006 Mar 03
0
Hidden links on ROR Wiki
Hello list members, Today I noticed on http://wiki.rubyonrails.com/rails/pages/WorkingProfessionallyWithRails that there were a ton of spam links in the source code that I couldn''t see on the page itself. Upon careful examination I found the links to be hidden: I am posting the content here for reference and to show patterns of spam: <u
2006 Mar 13
0
Adoppt Ruby on Rails: A social Networking Platform
So some of you here may have been wondering just what the heck I have been working on and asking all of these questions, some really basic quesitons, other very advanced. Well, I''m writing this post to tell you what I have been working on. I am an experienced PHP developer who with this project has totally converted to Rails. Despite my years of experience with PHP, I
2008 Apr 20
2
mod_rails showing plain text instead of actual page
hello! i got this forum powered by apache and mod_rails lately when i create / edit posts, i get plain html text showing up instead of the actual page. here''s what i see: -- Content-Type: text/html; charset=utf-8 Set-Cookie: _mysite_session=BAh7CzoOcmV0dXJuX3RvMDoKdGl0bGV7BmkVdToJVGltZQ2IDhuAK1UeADoL %250AdG9waWNzewZpBnU7Bw2HDhuA2%252FZJ7zoJdXNlcmkGIgpmbGFzaElDOidBY3Rp
2006 Mar 24
19
Storing images in Ruby
Hi, I''d like to allow users to upload images and store those images in a Postgres database. I''ve looked through the example in "aguile development with rails" which suggests using the MySQL blob field. When I wrote a similar app in Java, we Base64 encoded the file and then stored it as a text field. Is this easy to do in RoR too? Any advice you can give me would
2006 Mar 24
10
innodb vs myisam
Hi, I have been using myisam tables in mysql with rails because my client will soon want fulltext searchable content, however when I migrated my development db from schema.rb all of the tables generated were innodb. I understand that I can override this, but also like the transactions and foreign keys of innodb. So 2 questions really: 1. are transactions in activerecord dependent on innodb or do
2006 Feb 06
35
ROR Recipes Beta
Yesterday I got the beta version of ROR recipes book and the recipes are great. For those of you still thinking about it, I highly recommend the book. The only thing I wish is that if there were some more recipes (greedy me), especially AJAX related and installing an application within your current application. For instance, it will be great to see how one can implement the typo blog