similar to: 24 postgresql tickets in rails listed here

Displaying 20 results from an estimated 1000 matches similar to: "24 postgresql tickets in rails listed here"

2006 Apr 05
1
Which ruby postgresql driver is recommended in rails?
There are 3 ruby postgresql drivers, which is recommended for use in rails? * postgres * ruby-postgres * postgres-pr (pure ruby, too slow?) I checked these postgresql-related tickets in rails and there doesn''t seem to be any concensus. It it seems ticket #4461 (applied in latest edge) tries to make them work equally well--but it would be great if the rails team recommended one.
2007 Jun 08
0
Impending release: Please test
Hi all, I''ve just finished the last major work before a new release (0.23.0). I''ve got my next work planned out, and I want to get this code, with its bug-fixes et al, released. There have been significant internal changes, so I would really appreciate it if people could test it against their systems, especially those who are using non-{Debian,OS X} platforms, like
2016 Mar 10
0
Query regarding Xapian-Matcher Optimisation Project, GSOC-2016
Hello Sir/Ma?am I beg to state that I was looking for a project In GSOC 2016 which matches my skill and passion, and I came across Matcher Optimisation, Xapian. This project has really captured my interest and I would love to contribute to this project. I am a computer engineering undergraduate so I am good at programming languages (especially C and C++), algorithms, logical and analytical
2007 May 09
3
RFC: Multiple small releases, or one big roll-up?
Hi all, In looking at the current bug list for elmo[1], it''s pretty clear that this is a lot of work, and some of it is kind of segmented into related chunks. Additionally, a good bit of it has an impact on backward compatibility, although in nearly all cases I expect to be able to remain entirely or almost entirely backwards compatible. Given that, would people prefer that I
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few tweaks to work properly and to stop throwing meaningless warnings. This tiny release makes up for that. To install: * gem install rails * rake rails:update:configs (to get the latest config/boot.rb) This release also signals our new commitment to do more tiny releases from the stable branch, which only gets bug fixes. So it will
2006 Apr 03
4
How to create new rails 1.1 app if only rails 1.0 installed?
I have rails 1.0 and I cannot install rails-1.1 system-wide. However, I can freeze_edge (but just once because of svn 1.1.4 on Debian). Under this scenario, how can I create brand new rails-1.1 apps? I know how to freeze_edge *existing* rails-1.0 apps but that process seems to be imperfect because the script/about command and /rails/info/properties URL do not work after freezing to 1.1.0
2006 Apr 06
1
Rails 1.1.1 looks tagged waiting for official word
See http://dev.rubyonrails.org/timeline It is truly amazing how many improvements it has over 1.1.0 despite the short time since release. -- Posted via http://www.ruby-forum.com/.
2008 Jan 21
8
Polymorphic URL helpers documentation and fixes
Yesterday I answered a question regarding polymorphic URL helpers on Core ML and noticed that the module has no documentation. I''ve documented it and rewritten unit tests using Mocha. I also optimized some of the code slightly (nothing major, though). The patch also includes two fixes by Geoff Buesing, who has done awesome work in this area in the past.
2008 Feb 15
2
Where to report typos/bugs in the Prototype API online docs?
I was wondering where to report typos/bugs for the Prototype online API docs (http://prototypejs.org/api)? Seems a bit overkill to submit typos to the Rail Trac - but perhaps that''s the correct place? Additionally, the website indicates that this documentation is written in Markdown. Is the documentation from which the online API is generated in SVN? I saw a documentation branch
2006 Apr 03
16
Dealing with Application error (Rails) in production
Hi all, Week 2 working with Ruby on Rails... I have a working app in development that is now throwing a generic, "Application error (Rails)" message in production. How do I deal with this so I can find more information about why the error is being thrown in production, but not in development? Thanks! -- Posted via http://www.ruby-forum.com/.
2008 Oct 24
2
Asterisk and Cisco Call Manager Express (CME)
I was thinking about complicating my Voip setup by adding CME. I found this example here: http://www.voip-info.org/wiki/view/Asterisk+Cisco+CallManager+Express+Integration and here: http://www.pasewaldt.com/cme/cme_index.htm Would anyone like to comment on their experiences using CME with Asterisk... I would like one of my Cisco phones to remain SIP connected directly to my Asterisk system. The
2013 Oct 23
3
Samba vfs_glusterfs Quota Support?
Hi All, I'm setting up a gluster cluster that will be accessed via smb. I was hoping that the quotas. I've configured a quota on the path itself: # gluster volume quota gfsv0 list path limit_set size ---------------------------------------------------------------------------------- /shares/testsharedave 10GB 8.0KB And I've
2008 Jun 12
0
Trac tickets are now READ ONLY -> Please file NEW tickets under Redmine
PUBLIC SERVICE ANNOUNCEMENT #1; There appears to be a number of people in #puppet who are not aware of the fact that we have migrated from Trac to Redmine for ticketing. If you wish to file new tickets, or have old tickets reopened, please do it via Redmine[1] and not with Trac. The Trac instance is _only_ for the Wiki now :) Regards, AJ [1] http://reductivelabs.com/redmine/
2006 Apr 27
14
cleanWhitespace and parentNode
Hey cats, I seem to have ran into a problem in IE trying to use parentNode with the cleanWhitespace method. doing something like: var div = $(''mydiv''); Element.cleanWhitespace(div); works really great, but try doing: var div = $(''mydiv''); Element.cleanWhitespace(div.parentNode); or var div = $(''mydiv''); div = div.parentNode;
2003 Nov 27
2
Just a thought, all this "swen" stuff, this list
It seems anyone posting to this list gets a deluge (and I mean a deluge) of virus infected windows garbage. It's basically enough to ruin any email address you sign up to the list with; it doesn't matter if you have a virus scanner integrated with your MTA, I really don't want to see 200 virus notifications a day because i posted to this list. I have been getting about 20MB of swen a
2006 Apr 04
0
Operation Ticket Cleanup - volunteer to close fixed tickets
There are 532 defect tickets shown at http://dev.rubyonrails.org/report/1 If each of us helps identify and close tickets that are no longer valid, then we can probably get rid of 1/3 of them without any programming. Just one closed ticket from each of us each day can really make a difference. All you have to do is try to reproduce the reported problem and post your results. If you can
2008 Oct 07
2
Cisco 7906g & SIP
Hi, I have a problem with Cisco 7906G and SIP protocol use with Asterisk 1.2.26. I have uploaded in my tftp server the firmware 'cmterm-7911_7906-sip.8-0-4SR1' that use 'SIP11.8-0-4SR1S.loads' and in SEPmacaddress.cnf.xml I have: <loadInformation>SIP11.8-0-4SR1S</loadInformation> ..but in tftp log server I have: Oct 07 11:56:22 asterisk1.local
2006 Oct 14
2
Attaching files in Tracs to tickets is broken!
Hi, I tried opening a new ticket with a patch I wanted to submit. But when I tried to attach files to the ticket I keep getting a ticket not found error. I kept trying to get it to work, but I accidentally opened 4 new tickets. Sorry. Charlie -- Posted via http://www.ruby-forum.com/.
2007 May 25
0
Free tickets to LinuxTag, Berlin
Hi, I have a number of free tickets to LinuxTag, Berlin. These are "full passes", valued at 22 Euro each. I can send you these 'eTickets' by email and they need to be printed before attending. If you're interested in one or more tickets, please send your email-address(es) to me. Who mails me first, will get them first. If I have more etickets left than subscribers,
2006 Jul 13
0
Trac currently not accepting new tickets
I''m trying to post a patch and trac is erroring with... --trac error output -- Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp =