Displaying 20 results from an estimated 20000 matches similar to: "AJAX Patterns Blog"
2006 Jan 03
1
Another Rails blog entry out of Apress
A short entry, but good words about Rails.
http://ablog.apress.com/?p=842
--
thanks,
-pate
-------------------------
2006 Apr 19
5
new article up at Linux Journal
http://www.linuxjournal.com/article/8993
If you''ve got feedback, requests for coverage, etc. please let me
know. I''ll try to respond in an upcoming column.
--
thanks,
-pate
-------------------------
http://on-ruby.blogspot.com
2006 Jul 28
8
Manning Ruby/Rails contest
Manning is running a contest: If you make the winning entry, you''ll
win a $100 Manning Gift Certificate (hey, that''d be two copies of
David''s awesome Ruby for Rails).
the contest is to complete the phrase:
Ruby is to Rails as ___________ is to __________________
The contest is at:
http://www.manning.com/black/contest.php
--
thanks,
-pate
2006 Jul 21
2
Rubyists in Europe
Hi all,
my family and I are taking a quick sprint through Europe from Aug 3-11. I''d be
interested in meeting local Rubyists while we''re there. My schedule is going to
look like this:
3-6 London
7 Berlin
8-9 Heidelberg
10-11 Frankfurt
Feel free to drop me an email if you''re interested in meeting for a lunch or
something.
--
thanks,
-pate
2006 Feb 25
1
Ruby for Rails chapter 4 up now
If you buy the MEAP (Manning''s version of Beta Books), you
can now get the first four chapters of David Black book (that''s
nearly 25%!). So far, I''ve been really pleased with it. I just
grabbed chapter four, and I''ll be reading it soon. Get more
information (or buy a copy) at: http://manning.com/books/black
--
thanks,
-pate
-------------------------
2005 Dec 21
0
blog post worth reading (and commenting on)
Over at the APress group Blog, Christian Gross has picked up the Slashdot
article on the maintainability of RoR. He''s pretty neutral, but doesn''t seem to
have the full picture in front of him either.
Have a read at:
http://ablog.apress.com/?p=824#comments
Then, if you feel so moved, leave a comment.
--
thanks,
-pate
-------------------------
2005 Oct 05
2
Seattle Railers gathering for a beer
This is a general invite to any/all Railers in the Seattle area who want to
get together for beer/food. Nothing formal, just a "get to know ya"
gathering.
Details:
Thursday, Oct 13 (next week), 7pm
Bellevue Red Robin - *http://tinyurl.com/d678c*
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave" Thompson
http://dathompson.blogspot.com
2006 May 31
19
Rails Deployment: Book recommendation?
Hello,
I''m seeking a book on rails deployment (I think a general deployment
on nix book can helps too)
I need in depth information about Apache, FastCGI, (LightTPD maybe).
I was thinking always I know what a web server is! but when I think
more deeply about it (after reading Capistrano doc) it seems I need
more info about app, web and db servers. stuff like how to config the
app server
2007 Dec 14
0
RSpec poll
If anyone''s interested in voting, I''m in the last couple of days
of a poll about RSpec. If you''d like to toss in your vote
(or a comment), I''d appreciate it:
http://on-ruby.blogspot.com/2007/12/ruby-dev-tools-survey-results.html
--
thanks,
-pate
-------------------------
Duty makes us do things, Love make us do things well.
http://on-ruby.blogspot.com
2007 Apr 12
6
RSpec part of two (count ''em, two) GSoC projects
Here is the list of Ruby related projects accepted for GSoC. It
includes two very similar projects (seemingly the same project,
really, but I''m not saying anything ;) ) using RSpec to build a spec
suite for implementations of the Ruby language:
http://code.google.com/soc/ruby/about.html
I''m, personally, very excited about the implications of this. Thanks
to all of you who use,
2007 Jun 12
0
Error 500, socket does not match the pid
This is the error that is repeating itself in my log:
2007-06-12 02:32:38: (mod_fastcgi.c.1739) connect failed: Connection
refused on unix:/home/devspace/space/rails/current/tmp/space-0.socket
2007-06-12 02:32:38: (mod_fastcgi.c.2851) backend died, we disable it
for a 5 seconds and send the request to another backend instead:
reconnects: 0 load: 1
2007-06-12 02:32:44: (mod_fastcgi.c.2669)
2010 Oct 02
0
Ajax observe_field not vorking on Rails
down vote favorite
I am trying to create some kind of search in my ruby on rails
application and I want to add ajax support. I want when a user types in
a search box a word, ajax automatically generates the results. And I
have searched almost all internet and I couldn''t find answer to
following question:
When I type into my text area nothing happens. It is like ajax is not
working at
2011 Jan 15
3
respond_with javascript
My ajax stopped working when I switched to using respond_with. For my
Votes, I have the create action and the corresponding create.js.erb,
and respond_to :html, :js, :xml in the controller. Heres the log when
I try and create a vote:
Started POST "/stories/3-asdfasdf1111/votes" for 127.0.0.1 at Fri Jan
14 20:46:36 -0800 2011
Processing by VotesController#create as */*
Parameters:
2011 May 04
1
Why do I sometimes have to refresh the page manually after an AJAX form submission?
When I do remote form submits through jQuery .submit() why do I
sometimes have to refresh the page manually to see the results?
My jQuery handler is very simple:
$("#vote_yes").click(function() {
$("#approval").val(true)
$(".edit_vote").submit()
});
And the link that leverages this bit of code is as follows:
<%= link_to("Vote
2005 Dec 20
9
Mad Rails
Hello all,
I work for a company located in Madison, WI and we''re looking at
replacing a pre-Struts J2EE ecommerce app with Rails. ''ve been
using Rails with pleasure for the last year on several supporting
applications, and I have everyone else convinced that it''s at least
worth investigating. The developer team has a few experienced Java
developers who are
2006 Mar 16
0
Full time Ruby on Rails position in Provo, UT
(posted for a friend)
FamilyLearn, the developer of exciting family and personal history
websites is looking for a top notch Ruby and Ruby on Rails programmer
with Ajax skills to help take our websites to the next level. There
will be some work in supporting legacy Perl and PHP applications until
they''re ported to Ruby and Rails.
This is a full time position in a small company, where
2008 Feb 05
1
Functional Test has error when testing controller updates_attribute of its parrent.
I am working in Rails 2.0 and I have the following functional test.
class VotesControllerTest < ActionController::TestCase
def test_should_create_vote
assert_difference(''Vote.count'') do
post :create, {:vote => {:vote_value => 5,
:user_id => users(:nick).id,
:entry_id =>
2006 Apr 04
1
Ruby Column at Linux Journal
(Since this has some bearing on rails, I thought I''d post it here
too.)
The next installment of my Linux Journal column was posted this
morning. Lot''s of news this time around, and a quick dive into
ParseTree.
http://www.linuxjournal.com/article/8970
--
thanks,
-pate
-------------------------
--
thanks,
-pate
-------------------------
2006 Feb 01
0
Fwd: Feb BYU RUG meeting 1 week notice
The BYU Ruby Users Group will be holding its February meeting
on Wednesday the 8th at 7PM. We''re meeting in room 120 of the
Talmage Math & Computer Building (TMCB) -- see
http://map.byu.edu/Map.html for a map of campus if you need it.
Eric Hodel is making a trip in from Seattle to talk about all
kinds of deep Ruby things. He is a former presenter at RubyConf
(RubyConf 2003
2011 Apr 14
1
voting system using ajax
Hi,
I want to create voting system using AJAX. Please give me link of good
tutorial. Please see attachment , i m mailing snap sot of my voting
system.
thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe