search for: stringex

Displaying 4 results from an estimated 4 matches for "stringex".

Did you mean: stringer
2008 May 14
3
New blog application post slugs
Hello. I''m creating my own RESTful blog app. I am wondering about creating post slugs. I think Wordpress creates a slug at post creation time and stores the string in the database, then uses that for URLs. I read about the acts_as_sluggable strategy (http:// agilewebdevelopment.com/plugins/acts_as_sluggable) but I don''t like having a number (the ID) in the URL. Any
2008 Aug 27
6
Restful routes
Hi, I''m pretty new to the concept of restful routing and am struggling to find any rails 2 info that helps with what I''m looking for. I have a regular scaffold setup and the routes are setup as default map.resources :pages I would like to be able to use titles in the url rather than relying on the id. Eg localhost:3000/pages/sometitle instead of just localhost:3000/pages/1
2012 Mar 14
5
Does Ruby 1.9 support Unicode normalization yet?
In the process of upgrading from 1.8 to 1.9 we are getting a lot of warnings about "Ruby 1.9 doesn''t support Unicode normalization yet". However the commit that added those lines is from 2008 and just mentions "Ruby 1.9 compat: no Unicode normalization support yet" without any references. Does anyone know whether this is still true for ruby 1.9 and for which minor
2011 Aug 15
3
- WEBrick server refuses to launch
....0) * spree (0.60.0) * spree_api (0.60.0) * spree_auth (0.60.0) * spree_core (0.60.0) * spree_dash (0.60.0) * spree_heroku (1.1.0 0471de9) * spree_promo (0.60.0) * spree_sample (0.60.0) * spree_social (1.1) * sqlite3 (1.3.4) * sqlite3-ruby (1.3.3) * state_machine (0.9.4) * stringex (1.0.3) * taps (0.3.23) * term-ansicolor (1.0.6) * thor (0.14.6) * thrift (0.6.0) * thrift_client (0.6.3) * treetop (1.4.10) * tzinfo (0.3.29) * warden (1.0.5) * will_paginate (3.0.pre2) * xml-simple (1.1.0) -- You received this message because you are subscribed to the Google...