[Rails-core] Re: Rack up Rails

2008-02-17 Thread Josh Knowles
x27;re using Rack for Merb (1). I especially like the cascading dispatchers. 1) http://brainspl.at/articles/2008/02/16/so-merb-core-is-built-on-rack-you-say-why-should-i-care -- Josh Knowles phone: 509-979-1593 email: [EMAIL PROTECTED] web:http://joshknowles.com --~--~-~--~~--

[Rails-core] Re: Internationalization

2008-02-13 Thread Josh Knowles
On 2/13/08, Nuno Job <[EMAIL PROTECTED]> wrote: > > I'm Portuguese and it really bothers me that rails has no decent > internationalization support in it's core. Last I checked the project was still Open Source, and in fact its still accepting patches! Feel free to add this functionality if it r

[Rails-core] Re: What's holding 9284?

2007-12-20 Thread Josh Knowles
comments, then attach the Verified keyword. You can fish for collaborators in #rails-contrib on IRC (irc://irc.freenode.net/rails-contrib) and the rubyonrails-core mailing list (http://groups.google.com/group/rubyonrails-core). -- Josh Knowles phone: 509-979-1593 email: [EMAIL PR

[Rails-core] Re: why does db:reset load schema.rb?

2007-12-20 Thread Josh Knowles
ptimization, which is the rationale? Wouldn't be easier to > let db:reset run migrations? This has been discussed quite a bit on this list already, please check out the archives for the back-story. In the mean time please use rake db:migrate:reset (included in 2.0.2) to get the functionali

[Rails-core] Re: Remove the old school "missing default helper path" warnings

2007-12-06 Thread Josh Knowles
On 12/6/07, Jeffrey Hardy <[EMAIL PROTECTED]> wrote: > > > Now we've moved to "helper :all" can we remove the "missing default > > helper warnings"? +1, this is one of the first things I remove in my pistonized copies. -- Josh Knowles phone: 509-9

[Rails-core] Re: db/schema.rb

2007-11-28 Thread Josh Knowles
; data will be loaded. I've written a simple rake task that loads any .rb files found within the RAILS_ROOT/db/fixtures/RAILS_ENV directory. I've bundled it up as a plugin if anyone else wants to try it out: http://code.google.com/p/db-populate/. README, examples, etc. to come soon. --

[Rails-core] Re: Plugins with /trunk

2007-09-22 Thread Josh Knowles
On 9/22/07, Hampton <[EMAIL PROTECTED]> wrote: > > > Can someone please apply this already? > > http://dev.rubyonrails.org/ticket/8188 > I went ahead and added the "verified" keyword as described in bullet 5.2 on http://dev.rubyonrails.org/wiki. --~--~-~--~~~---~--~---

[Rails-core] Re: Trac RSS feed broken

2007-08-30 Thread Josh Knowles
On 8/30/07, Jay Levitt <[EMAIL PROTECTED]> wrote: > > This started working again for a day or so, but then it stopped, so > I'm bumping this in case someone thought it was fixed. > I'm using the following URL which is working fine for me: http://dev.rubyonrails.org/timeline?milestone=on&ticket=o

[Rails-core] Oracle support for rake db:reset

2007-08-13 Thread Josh Knowles
. 1. http://dev.rubyonrails.org/ticket/9240 -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email

[Rails-core] Re: Hatred towards Nested Polymorphic Paths

2007-07-09 Thread Josh Knowles
cations which are deployed into production and it has helped me to maintain skinny polymorphic controllers. -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[Rails-core] Re: namespacing breaks polymorphic_url

2007-06-26 Thread Josh Knowles
On 6/16/07, Josh Knowles <[EMAIL PROTECTED]> wrote: > > > > <http://dev.rubyonrails.org/ticket/8640>All this lively conversation has > > distracted us from the original intent of this thread, which is getting > > namespace support into polymorphic urls. Ple

[Rails-core] Re: namespacing breaks polymorphic_url

2007-06-16 Thread Josh Knowles
stracted us from the original intent of this thread, which is getting namespace support into polymorphic urls. Please take a look at the submitted patch and let me know if there are any changes requested. -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~--

[Rails-core] Re: namespacing breaks polymorphic_url

2007-06-13 Thread Josh Knowles
On 6/8/07, Tobias Lütke <[EMAIL PROTECTED]> wrote: > > > I'd apply a patch which would Dan's style work. > > Please do investigate :) http://dev.rubyonrails.org/ticket/8640 -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~--

[Rails-core] Re: namespacing breaks polymorphic_url

2007-06-11 Thread Josh Knowles
s still the approved direction? -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-c

[Rails-core] Re: namespacing breaks polymorphic_url

2007-06-08 Thread Josh Knowles
he appropriate namespace? More specifically, do you assume the '_', or do you just use the literal string which would account for multiple nested namespaces? Josh -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~~---~--~~ You recei

[Rails-core] namespacing breaks polymorphic_url

2007-06-07 Thread Josh Knowles
efix argument. Does anyone else have any better ideas to make this work? Josh -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" grou

[Rails-core] Re: Resource has_one associations

2007-05-14 Thread Josh Knowles
sion that this should map to a plural SessionsController, as opposed to SessionController? -- Josh Knowles [EMAIL PROTECTED] http://joshknowles.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails-core] Re: more love for resource_feeder, feedback appreciated

2006-12-11 Thread Josh Knowles
ht now, if you checkout the latest SimplyHelpful and > ResourceFeeder, ResourceFeeder will just not work since its out of > date with the latest SimplyHelpful api. > +1 for applying this. I ran into the problem last night of ResourceFeeder not working with the latest SimplyHelpful

[Rails-core] Re: IIS, new FastCGI support, and Rails

2006-12-08 Thread Josh Knowles
is previously, and he emailed me a week or so back and asked if I'd had a chance to check out the latest builds, I will make sure to follow up with him and pass on your request and get him more engaged with our community. Josh -- Josh Knowles [EMAIL PROTECT

[Rails-core] Re: Can we update gems to edge at least weekly

2006-08-22 Thread Josh Knowles
ateway Have you tried using svn export as opposed to co?  Not sure if this used the same PROPFIND method calls or not.Josh-- Josh Knowles [EMAIL PROTECTED]http://joshknowles.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the