Re: [Rails-core] Ability to precompile only changed assets

2012-07-13 Thread Wael Nasreddine
+1 I'd love to see this feature... Sent from my iPad On Jul 13, 2012, at 9:40 AM, Steve Klabnik wrote: > It's in sprockets: https://github.com/sstephenson/sprockets > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To post to th

Re: [Rails-core] Generating new project creates a few files with bad syntax Rails 3.2.1

2012-03-02 Thread Wael Nasreddine
wonderful code base. -- Wael Nasreddine Sent from my iPhone On Mar 3, 2012, at 1:07, "Andrés Mejía" wrote: I don't mean to offend, but you are one of the most annoying people to ever write to this list. On Fri, Mar 2, 2012 at 6:05 PM, Mark Peterson wrote: > > > On Frid

Re: [Rails-core] Re: Rony 1.9.3-p0 on Rails 2.3.x: the helpers "require" problem

2011-11-24 Thread Wael Nasreddine
Maybe MonkeyPatch in an initializer? or in config/application.rb just after loading rails? -- Wael Nasreddine Sent from my iPhone On Nov 25, 2011, at 5:35, Prem Sichanugrist wrote: > I was actually thinking it would be nice if you will be able to make > it as a gem or plugin, but I don&

Re: [Rails-core] sprockets 2.0.1 question (3.1.0 and 3.1.1.rc2)

2011-10-01 Thread Wael Nasreddine
Exactly things like robots.txt still lives there -- Wael Nasreddine Sent from my iPhone On Oct 1, 2011, at 21:04, Alexei Vakhov wrote: Thank you! This is good way. I missed the time then public folder is completely obsolete. On Sat, Oct 1, 2011 at 7:49 PM, Wael Nasreddine wrote: > Why do

Re: [Rails-core] sprockets 2.0.1 question (3.1.0 and 3.1.1.rc2)

2011-10-01 Thread Wael Nasreddine
Why don't you put you them in the vendor/assets folder? Makes more sence there than the public folder anyway -- Wael Nasreddine Sent from my iPhone On Oct 1, 2011, at 16:43, Alexei Vakhov wrote: Hello! I installed sprockets 2.0.1 and found that javascript_include_tag and stylesheet_lin

Re: [Rails-core] Active Record: statement preparation Errors

2011-09-08 Thread Wael Nasreddine
Did you by any chance installed postgres on mac from te official dmg package? I used to have errors like this one, gone after I used postgres from homebrew -- Wael Nasreddine Sent from my iPhone On Sep 8, 2011, at 16:38, Wolfgang Hennerbichler wrote: > Hi There, > > Rails 3.1, v

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Wael Nasreddine
On Aug 31, 2011, at 20:14, Nicolás Sanguinetti wrote: > On Wed, Aug 31, 2011 at 3:10 PM, Wael Nasreddine > wrote: >> +1 too, jasmine for unit testing and capybara for integration tests > > Well… make Jasmine optional and I'm a happy camper :) >From our experien

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Wael Nasreddine
+1 too, jasmine for unit testing and capybara for integration tests Regards, Wael -- Wael Nasreddine Sent from my iPhone On Aug 31, 2011, at 19:46, Everton Moreth wrote: A standard javascript testing library would be awesome. Today we struggle with lots of different aproaches to test

[Rails-core] Getting "PGError: no connection to the server" with spork running

2011-06-19 Thread Wael Nasreddine
{ "spec" } end end spec_helper.rb require 'rubygems' require 'spork' Spork.prefork do # Loading more in this block will cause your tests to run faster. However, # if you change any configuration or code from libraries loaded here, you'll #

Re: [Rails-core] Re: Rails 3.1 RC4 rake doc:guides

2011-06-13 Thread Wael Nasreddine
Try updating rake $ sudo gem update -- Wael Nasreddine Sent from my iPhone On Jun 14, 2011, at 7:56, spatten wrote: > I did some further testing: > > 1) I tried a more recent version of Ruby 1.8.7 using rvm, and still > had the same error > > $ ruby --version > r