search for: railsruby

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

2006 Mar 18
3
Weird stylesheet_link_tag issue after moving servers
...ot; rel="Stylesheet" type="text/css" /> What could be causing this issue? Why is the extra "/" being added after the move? I have been searching everywhere for an answer but to no avail. Any ideas are appreciated. Thanks Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060318/15c7a11b/attachment.html
2006 Mar 19
2
After Migration dispatch.fcgi not doing its job? Keep gettting the home page
...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. Any ideas why dispatch.fcgi is accepting all calls but nor properly routing? Thanks in advance Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060319/35287505/attachment-0001.ht...
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
...y/0,3800050307,39438403,00.htm So my question to experts here is that is it possible to show Chinese characters properly in the title? Thanks Frank Want to read my Pro Rails book or Pro Server Management book? Become a beta reader now. Write me to learn more. Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com Programming One Liners: http://programming-oneliners.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonra...
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
...e. 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 chicklets here: http://railsruby.blogspot.com/2006/03/rails-chicklets.html Please let me know if you like/hate them. Does any one know how I can get these to be added to the offical logos page. Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux /...
2006 Mar 24
1
To Open Source Or Not To Open Source?
...o Open Source it, should I host the code myself or put it on Sourceforge or Rubyforge? Questions / Ideas / Experiences / Suggestions Welcome Frank Want to read my Pro Rails book or Pro Server Management book? Become a beta reader now. Write me to learn more. Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com Programming One Liners: http://programming-oneliners.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonra...
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
...e issue I am having is that all Typo assets are relative and they use link like: /stylesheets/theme/local.css Is there a convenient way that I can force Typo (or other ROR projects) to use /blog/stylesheets/theme/local.css Any tips/ pointers are appreciated. Thanks Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment was...
2006 Mar 05
0
Pagination Question [Tagging: find_tagged_with]
...he first page. Can anyone please assist me in this? Is there an alternate way to paginate a custom collection such as the one retrieved using find_tagged_with I have spent the entire night trying to resolve this. Please help Thanks in advance Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com --------------------------------- Relax. Yahoo! Mail virus scanning helps detect nasty viruses! -------------- next part -------------- An HTML attachment was scrubbed......
2006 Mar 15
0
Raise your hand if you''re going to the MySQL conference
...If you will be there I would love to meet you. Please leave me a comment on my blog so I can expect you: http://mysqldatabaseadministration.blogspot.com/2006/03/you-were-one-eager-bunny.html I look forward to meeting lots of cool new people. Farhan (Frank) Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part -------------- An HTML attachment was...
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
...Or may be all links need to be converted to rel="nofollow" which will then not benefit any link on that page. May be we need to make the wiki posts for registered users only. Now I also suspect that such hidden links may exist throughout the Wiki. Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com --------------------------------- Brings words and photos together (easily) with PhotoMail - it''s free and works with Yahoo! Mail. -------------- next part ---...
2006 Mar 13
0
Adoppt Ruby on Rails: A social Networking Platform
...ed Adoppt. Throughout the development, I have just loved working with Rails. Many thanks to David and all those who have created Rails for us. I love web development and now that major development is done here, I am available for other projects. --Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment was...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
...ule libexec/apache22/mod_mime.so LoadModule authz_host_module libexec/apache22/mod_authz_host.so LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/ passenger-1.0.1/ext/apache2/mod_passenger.so RailsSpawnServer /usr/local/lib/ruby/gems/1.8/gems/passenger-1.0.1/bin/ passenger-spawn-server RailsRuby /usr/local/bin/ruby18 DocumentRoot "/usr/local/www" User www Group www <Directory /> AllowOverride None Order deny,allow Deny from all </Directory> ErrorLog /var/log/httpd-error.log LogLevel warn <IfModule log_config_module> LogFormat "%h %l %u %t \&qu...
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