Displaying 20 results from an estimated 1000 matches similar to: "available: google sitemap for rails project"
2006 Mar 31
2
[Howto] custom and translated AR validation error messages
Hi,
I''m putting the finishing touches on a multi-lingual application, and
just posted a blog entry on how I did translate validation errors
generated by ActiveRecord at: http://www.myowndb.com/blog/?p=4
I found it surprisingly easy, and thought I''d document it.
The translation is based on a plugin I plan to publish really really
soon, more info whith the upcoming announcement.
2014 Mar 24
0
Re: io mode=native precisions
On Thu, Mar 20, 2014 at 9:13 AM, Raphael Bauduin <rblists@gmail.com> wrote:
> Hi,
>
> Before switching to io mode=native, I wanted to check if there are any
> disadvantages or potential problem with this setting.
> I virtio-blk data plane required to use this setting effectively? (as
> illustrated here:
>
2006 Apr 04
13
Myowndb: a web database built with rails
Hi all,
I wanted to announce on this list that I have launched http://myowndb.com which
is a web database built with Ruby on Rails.
The application lets the administrator users define the data structure through
a web interface like in a normal database, with:
- tables
- enhanced datatypes like emaili, web URL, and a choice in list
- relations (one to many, one to one) between tables
Once the
2014 Mar 20
2
io mode=native precisions
Hi,
Before switching to io mode=native, I wanted to check if there are any
disadvantages or potential problem with this setting.
I virtio-blk data plane required to use this setting effectively? (as
illustrated here:
http://blog.vmsplice.net/2013/03/new-in-qemu-14-high-performance-virtio.html)
Is there a requirement on the host kernel (eg minimum version)?
Thanks in advance
Raph
2009 Dec 03
1
Ann: ArEvents
Hi,
I needed to be able to add actions to be taken during the lifecycle of
ActiveRecord object, but needed to configure it dynamically.
Observers were not flexible enough and I ended up developing ArEvents,
which lets you easily attach and detach event listeners, the events
correspond to the active record callbacks.
If you have an existing model, just include the ArEvents module:
2009 Sep 13
0
regrex_crawler -- a crawler which uses regular expression to catch data from website
RegexpCrawler is a crawler which uses regular expression to catch data
from website. It is easy to use and less code if you are familiar with
regular expression.
The project site is: http://github.com/flyerhzm/regexp_crawler/tree
I give an example: a script to synchronize your github projects except
fork projects, , please check example/github_projects.rb
require ''rubygems''
2009 Aug 10
0
A rails sitemap plugin
Hi, guys:
I wrote a sitemap plugin for rails yesterday. This plugin will
generate the public/sitemap.xml from config/sitemap.rb whose format is
very familiar to config/routes.rb.
I think it is very helpful if you have a website written by rails and
want it to be crawled by spiders such as google, yahoo and baidu.
The home page of the plugin is http://github.com/flyerhzm/sitemap/tree/master
The
2008 Apr 09
2
sitemap for RoR
Hi all
is there a plugin available by which i can generate a sitemap for my
site automatically.. I mean when ever a page is added it will get listed
in the sitemap?
If you have implemented it do let me know
thanks
dhaval parikh
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2014 Mar 26
1
host crashes "unable to handle paging request"
Hi,
we have regular crashed of a kvm host with the error "unable to handle
paging request".
Can this be due to memory over-commitment even if some memory is still used
by the kernel for caches and buffers? (collectd graph shows no free
memory, with 15G used, very little buffers, and 1G cache). There are 32GB
of swap, of which only 150MB are used.
I suspect might be the direction to
2006 Apr 22
0
available: lib for Paypal''s Payment data transfer
Hi,
following the discussion about Paypal''s IPN usage with leetsoft''s
paypal library, I''ve posted an addition to that library so you can use
Paypal''s Payment Data Transfer.
It''s largely inspired by, with some chinks even simply copied from,
the IPN code.
Downloadable at http://www.myowndb.com/files/payment_data.rb
I blogged about it at
2009 Jan 14
1
How to create a sitemap.xml?
Hi all,
is there a way one can generate a sitemap.xml for google in Rails? Is it
similar to generating xml.rss? (Rails 2.2.2)
Thank you,
Rollie.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Oct 21
0
Google Sitemap
Does anyone know how to generate a google sitemap for rails? I''m using
Lighttpd as my webserver.
thanks
c
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2005 Dec 19
1
multiple databases
Hi,
I''m writing a translation plugin which takes the translations from a
database that is different than the application''s main database.
When in my plugin''s models I put this code:
ActiveRecord::Base.establish_connection(
RAILS_ENV+"-translations"
)
all my application''s models use the plugin''s database....
Why are my
2009 Dec 15
0
Problems reloading plugin extending AR model
Hi,
I have an AR model called Entity, which is extended in a plugin like
this (this is in a file under lib/ which is required by init.rb of the
plugin):
http://github.com/dedomenon/madb_notifications/blob/master/lib/madb_notifications_lib.rb#L8
Entity.class_eval do
def user_subscribed_to_creation?(user_id)
NotificationSubscription.find(:first, :conditions => [
"source_filter
2006 Jan 15
1
how to provide plugin configuration?
Hi,
I''m finalising a translation plugin I use in one app. I''d like the
plugin the be configurable but am not sure how to provide this
configurability. For example, there''s a setting for the cookie name to
use when saving user''s prefered language. I thought of having a class
TranslationConfig like this:
class TranslationsConfig
def self.cookie_name
2006 Jan 07
1
datetime returned as string, sometimes....
Hi,
I''m using postgresql 8.1, rails 1.0, and I have a strange problem on a
datetime field (timestamp without time zone in postgresql).
As shown below, the field "value" sometimes returns a string, and
sometimes a Time instance, depending of where the value is used....:
* breakpoint session _from inside an instance method_ of the object:
value
=> "1996-05-01
2005 Dec 28
1
advice needed: damagecontrol or CIA?
Hi,
I''m looking to set up a continuous integration server for a rails
application. This application is under source control with darcs.
I''ve read about damagecontrol and CIA, and wonder what experience you
can share so I can make my mind.
CIA seems to work with a post-commit so I should be able to use it
with darcs. And as it is in the rails svn repository, I have good hope
2014 Mar 24
1
Re: io mode=native precisions
On 03/24/2014 03:57 AM, Raphael Bauduin wrote:
>
>
>
> On Thu, Mar 20, 2014 at 9:13 AM, Raphael Bauduin <rblists@gmail.com
> <mailto:rblists@gmail.com>> wrote:
>
> Hi,
>
> Before switching to io mode=native, I wanted to check if there are any
> disadvantages or potential problem with this setting.
> I virtio-blk data plane required
2006 Jan 02
3
ANN: new rails site/RoR praise
Hi,
>From idea to launch in less than 48 hours (those 48 hours including
the new year party ;) , rails once again showed its effectiveness.
Last friday I read the news about a guy who sold a million pixels for
1$ each on his homepage. After slamming my head during half an hour
for not having thought of it [1], I thought I''d better spend some time
on a rails project, and more as a
2005 Dec 08
5
perl module
Hi list,
I have trouble install the following perl modules to my Centos 4.2 server
and I need help
Digest::SHA1
Digest::HMAC
Net::DNS
Time::HiRes
HTML::Tagset
HTML::Parser
Pod::Usage
Parse::Syslog
Statistics::Distributions
I tried "perl -MCPAN -e shell" and then "install Pod::Usage" and I got the
following errors:
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata