Displaying 8 results from an estimated 8 matches for "alfajango".
2010 Dec 20
2
The Rails3 way for in-place editing
...diting
plugin: http://rubygems.org/gems/on_the_spot
(http://rubydoc.info/gems/on_the_spot/0.0.6/frames,
http://www.dixis.com/?p=408)
https://code.google.com/p/jquery-in-place-editor/
(http://www.appelsiini.net/projects/jeditable)
Rails 3 Remote Links and Forms: A Definitive Guide:
http://www.alfajango.com/blog/rails-3-remote-links-and-forms/
http://asciicasts.com/episodes/43-ajax-with-rjs (and the same with JQuery:
http://asciicasts.com/episodes/136-jquery)
http://asciicasts.com/episodes/205-unobtrusive-javascript
Edit-in-place with Rails 3 and Prototype: http://www.betaful.com/?p=502
Creatin...
2012 Mar 04
4
How to retrieve a FileBlob from 'ActionDispatch::Http::UploadedFile' instance?
I have used ''remotipart'' gem to upload files asynchronously to server side.
The instance passed to the server side is of ''UploadedFile'' .
The Rails API mentions all the methods( like read(), open() ) and
attributes for the class, however I am not sure how to retrieve the File
and store it on the database. The documentation hardly says anything.
Googling
2011 Jun 27
0
Re: Digest for rubyonrails-core@googlegroups.com - 1 Message in 1 Topic
...11-06-26, at 8:32 AM, rubyonrails-core+noreply@googlegroups.com wrote:
> Today''s Topic Summary
> Group: http://groups.google.com/group/rubyonrails-core/topics
>
> initialization documentation [1 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:
>
>
>
&...
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
2013 May 27
6
Headache with Ajax in Rails using jQuery
Hello everyone, I''m a newbie at Ruby on Rails. I spent nearly two days
of the Memorial Day weekend stumbling upon making Ajax working in Rails.
At this point, I''m so exhausted and hope that I can get some help to
move forward. I have tried nearly everything I found on Google but
still not successful. Initially, I tried the Ajax approach offered by
Rails but did not work, so I
2013 May 17
5
Active Admin with Ajax call
Hello everyone. I''m begining with Ruby on Rails, and i''m facing some
trouble with "ActiveAdmin with ajax."
Here''s the situation:
It''s a Kennel''s web site, so, while i''m creating a new dog, i have one
select/options for the dog''s father, dog''s mother, and dog''s race.
After select the dog''s
2013 Nov 28
74
Remove :js responder
https://github.com/rails/rails/issues/12374#issuecomment-29446761
Here in discussion I proposed to deprecate JS responder because this
technique is insecure and not pragmatic way to transfer data.
It can be exploited in this
way http://homakov.blogspot.com/2013/05/do-not-use-rjs-like-techniques.html
i find this bug very often so i know what i''m talking about. With it
attacker can
2011 Apr 10
0
Arel Union does not support #order or #limit
I just posted this ticket in Lighthouse, but thought perhaps some
discussion here would help point me in the right direction toward a
solution. Here is a description of the problem (from the ticket - https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/6693-arel-union-does-not-support-order-or-limit)
:
> If we take two `ActiveRecord::Relations` and join them via `union`: