search for: agileevolved

Displaying 20 results from an estimated 21 matches for "agileevolved".

2006 Jun 07
9
Unobtrusive Javascript for Rails
...entially a preview release and probably not suitable for use on a production site just yet but we hope it will be production ready ASAP. So here''s the important details! The blog post: http://www.lukeredpath.co.uk/index....ript-for-rails/ The documentation/information: http://opensource.agileevolved.com/...usiveJavascript The source: http://opensource.agileevolved.com/...avascript/trunk All comments and ideas are welcome. Enjoy! ** Apologies if this ends up here twice but gmail is acting up -- Posted via http://www.ruby-forum.com/.
2006 Jun 05
1
Unobtrusive javascript...what if?
...ity to your page elements in a Behaviour-like fashion, but using pure Ruby, anywhere in your view, but loaded from an external Javascript file? Sorry to tease. Stay tuned, we have something very cool to show off in the next day or two. You will be able to find more information on http://opensource.agileevolved.com in days to come, or stay tuned to my blog tomorrow for more. Apologies for the blatant promotion but we think people will like this. People have asked for unobtrusive JS in Rails for a while. Could it be here at last? Cheers Luke Redpath http://www.lukeredpath.co.uk http://opensource.agileevo...
2006 May 09
3
validations erasing the form
Hi there I have a for with a couple of text_fields. I''m doing some validation via the model and when the validation "works" I get there was an error on blah blah the problem is the form is erased and I have to fill up the form again! I saw that scaffold keeps the form filled when the validation "works" but I dont know exactly what''s making it happen! I would
2006 May 09
5
Solaris migration error:Lost connection to MySQL server
We have installed rails 1.1.2 and Ruby 1.8.4 on solaris. When we attempt to run the initial migration we get the following error: Mysql::Error: Lost connection to MySQL server during query: SELECT version FROM schema_info /web/server/pkgs/ruby-1.8.4/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/abstract_adapter.rb:120:in `log''
2006 Aug 01
0
Unobtrusive Javascript for Rails 0.2
...ny of the most commonly used Rails Javascript/AJAX helpers upgraded to work in an unobtrusive manner. Grab Unobtrusive Javascript for Rails 0.2 now! More information: http://www.lukeredpath.co.uk/index.php/2006/08/01/release-unobtrusive- javascript-for-rails-02/ Subversion: http://opensource.agileevolved.com/svn/root/rails_plugins/ unobtrusive_javascript/tags/rel-0.2 Plugin documentation: http://opensource.agileevolved.com/unobtrusivejs/ Cheers Luke Redpath www.lukeredpath.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail...
2006 Jun 16
1
helpers adding digits to generated links
Hi all, I noticed that rails helper methods are adding extra info to the generated links whereas previously they didn''t. Here are some examples: <link href="/stylesheets/styles.css?1150398928" media="screen" rel="Stylesheet" type="text/css" /> <script src="/javascripts/prototype.js?1148640823"
2006 May 08
3
How to get count of records from database?
Hi, I want to display count of all records with particular field value from database onto my view. How should I do that? PLs tell me. Thanx. Prash -- Posted via http://www.ruby-forum.com/.
2006 May 09
4
changing the color of :highlight
Is there an easy way to change to color of the :highlight effect? :complete => visual_effect(:highlight, "targetid", :duration => 1) thanks -- Posted via http://www.ruby-forum.com/.
2006 Aug 29
1
Large scale Rails deployments
...s. We''ll also have some Starfish nodes doing processor intensive tasks distributed on N number of servers as well. I was wondering if anyone had any experience of managing and montitoring these types of deployments and how they have any tips/advice. Cheers Jonathan -------- http://www.agileevolved.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public...
2006 Nov 07
2
Plugin to add client side JS forms validation ?
Hi, is there a plug in or other things to easily add some client verification for HTML forms ? Thank you very much. Nicolas. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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
2006 Jun 15
2
AWS Client - There has to be a better way
I''m working on building a SOAP client with AWS, i.e: class PersonAPI < ActionWebService::API::Base api_method :find_all, :returns => [[Person]] end soap_client = ActionWebService::Client::Soap.new(PersonAPI, "http://...") persons = soap_client.find_all This works well but I think it breaks down quickly when you try to do real world work. Lets take a moderately
2006 Jul 07
2
Testing views with Hpricot
assert_tag smells bad. Hpricot smells nice (apricotty!). Testing your views with Hpricot: http://www.lukeredpath.co.uk/index.php/2006/07/07/testing-your-rails- views-with-hpricot/ Big thanks to _why for a great little library! Feedback is appreciated. rSpec integration coming soon (hopefully!). Cheers, Luke Redpath contact@lukeredpath.co.uk -------------- next part -------------- An HTML
2006 Jun 29
2
Random routing errors in 1.1.3 with Mongrel
Since upgrading to 1.1.3 on our dev box, we''ve started to see random routing errors with our apps running under Mongrel in production mode. The errors seem to go away after a while but come back everytime we restart the server. This may be a mongrel problem, it may be a rails problem (I''ve posted a bug on the trac) and I was wondering if anybody else had had similar
2006 May 01
1
GBP/pound sign being converted to question mark
Hi everbody. I''m at my wit''s end with a tiny bug in my Rails app. The UK pound symbol (?) is being converted to a question mark (?) somewhere when I save my models. Here''s all the information I can think of. * Constructing a model containing a ?-sign and displaying its contents works fine. * Saving a ?-sign into the database on the mysql command line and retrieving
2006 Jun 29
6
Naming Convention for Controllers?
Hello! I just read DHH''s presentation pdf. In his examples, he wrote PeopleController instead of PersonController. I''ve been using singular words in controller''s name. Which is more common? Thanks. Sam -- Posted via http://www.ruby-forum.com/.
2006 May 17
4
.rjs templates undesiered output problem
Hello everyone, I am working with rjs templates in rails, and I''m amazed of how simple it is to generate code with ajax, however I''am having some troubles and I can''t seem to find a way to solve''em. Whenever I put some code in the template, let''s say: page.visual_effect :highlight, ''sitio37'', :duration => 3 I get the
2006 May 18
3
Two-Dimensional Hashes through links?
I''m really hitting a wall here. My program has a search engine, returns a list of results. I am using a two-dimensional hash to pass the form data back to my controller. (i.e. params[:job] => {:description => "xxx", :location => "xxx", company => "xxx"}) I use that Job object to search my database, and then wait for user input. Now when the
2006 May 07
3
Needle + Rails - IoC
Hi, I''m looking for past efforts to integrate Rails and Needle. I am thinking of doing it myself but would be interested in seeing what others have done before. If there are examples of other IoC frameworks being used with Ruby I''d be interested in hearing about them too. I find IoC to be a helpful concept in general and, having glanced at a few existing Rails app.s, I
2006 May 03
10
get Addresses and house numbers from Post Code?
Hi, does anyone know a way to get the address and a list of house numbers from a Post Code? Is their an online web service that will do this? I''m creating an app for a chinese take-away and this functionality is important. What do you think is the best way of achieving this? for UK post codes. Thanks Chris -- Posted via http://www.ruby-forum.com/.
2006 May 09
9
Recommendation for a user authentication plugin
Hi, Which user-authentication plugins should one try first? Too many out there and too little time to try them all fairly. Thanks for your recommendation. cheers! -- Posted via http://www.ruby-forum.com/.