Displaying 6 results from an estimated 6 matches for "jangosteve".
2011 Jun 04
3
Earn $1000-$2500 per month
Earn $1000-$2500 per month
If you Register your name
You Get Sign-up bonus $5
AND
Get $.20 cent for each referral.
Further details
****************************************************************
http://www.earnbyforex.com/index.php?id=35678365
****************************************************************
--
You received this message because you are subscribed to the Google Groups
2011 Jun 27
0
Re: Digest for rubyonrails-core@googlegroups.com - 1 Message in 1 Topic
...Update]
> Topic: initialization documentation
> Steve Schwartz <steve@alfajango.com> Jun 25 11:41AM -0400 ^
>
> Neeraj Singh has a great video (~25min) on how the Rails boot process
> works, which he just made in June (I believe using Rails 3.1rc).
>
> -Steve
> @jangosteve
>
> On Jun 25, 2011, at 8:20 AM, Ryan Bigg wrote:
>
>
>
> --
> 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-core@googlegroups.com.
> To unsubscri...
2011 Apr 10
0
Arel Union does not support #order or #limit
...o relations with `&` gives you a Relation
resulting in their intersection, couldn''t we use this to merge two
relations with `|` to give us a Relation resulting in their union?
Hoping for some direction, or maybe even a "you''re doing it wrong."
Thanks!
-Steve
@jangosteve
--
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-core@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com.
For more options...
2013 Feb 25
7
Optimistic Locking Enhancements: Gem or Core?
I''m working on an app that makes use of rails'' optimistic locking feature
and seeing some possibilities for improvements. It seems a bit tedious to
have to add :lock_version to forms wherever the model is used. You also
have to "hack" around rails'' UJS feature to add it as a URL parameter when
using remote: true, method: [:put, :patch, :post, :delete].
2009 Jul 14
4
[ActiveRecord::Base].collect {|a,b| ...} weirdness
Hey everyone.
My mind has been boggled by an issue I ran into a few hours ago. I am
completely lost as to why the following code behaves the way it does
and would appreciate any hints from you guys. It would already be
super-helpful if others could post their output for the following so
that I can figure out whether this is weirdness specific to my setup
or a global phenomenon.
So far,
2012 Apr 15
5
JQuery-rails gem spec removal
Hi there,
I don''t know if this is the right place to discuss such a topic. I''ve suggested to remove jquery-rails spec folder, since it hasn''t got any tests, they are not adapted to RSpec2 and not even to latest rails. They are one year old and it contains only one empty test.
I have an application that runs all tests on all engines, being jquery-rails one of them. I