search for: pgibbons

Displaying 8 results from an estimated 8 matches for "pgibbons".

Did you mean: gibbons
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 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/.
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 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/.
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
2006 Apr 05
0
24 postgresql tickets in rails listed here
List of tickets involving postgresql in rails: http://dev.rubyonrails.org/query?status=new&status=assigned&status=reopened&keywords=%7Epostgres&order=id&desc=1 Some nice postgresql fixes are in the latest revision. Please take a moment to see if any of these 24 tickets are still relevant. Thanks. -- Posted via http://www.ruby-forum.com/.
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.
2006 Apr 05
0
Segfault installing rails-1.1 gem
This is on Debian stable. {{{ $sudo gem install rails Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org Install required dependency activesupport? [Yn] Install required dependency activerecord? [Yn] Install required dependency