r3 - 15 Nov 2006 - 19:43:52 - TWikiContributorYou are here: TWiki >  Rails Web > WebChanges

50 Recent Changes in Rails Web retrieved at 06:58 (GMT)

Statistics for Rails Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads ...
Notas personales smile http://isabel.dit.upm.es/component/option,com docman/task,cat view/gid,82/Itemid,74/ videos conferenciarails2007 GoogleTalks RailsSC, ActiveResource ...
http://trypticon.org/software/actionmessenger/ http://www.ruby forum.com/search?query jabber submit Search http://home.gna.org/xmpp4r/ HecPeAre 11 Dec 2007 http ...
curl X GET u user:pass "http://twitter.com/statuses/replies.xml?since id ..." require 'hpricot' (y rubygems y net/http si no...) r Net::HTTP::get response(URI.parse ...
Releated pages: Capistrano , SubversionOnRails36RSC; http://hecpeare.net/wiki/Subversion External links: book cd mkdir p svn/name svnadmin create svn/name HecPeAre ...
Related pages: Subversion , Deprec , Deployment Info http://capify.org/getting started/rails stikipad.com Capistrano2 with Rails ...
elements with hpricot sobre hpricot y web spidering, hpricot para el buscaboe, mechanice scrubyt HecPeAre 17 Mar 2008
http://blog.slicehost.com/articles/2008/03/05/high scalability on secure virtual lans HecPeAre 07 Mar 2008
http://thinkincode.net/2007/4/3/consumir microformatos con xquery mozila blog microformats posts in Dec2006 0: introduction 1: structured data 2: the fundamental ...
http://www.jaimeiniesta.com/2008/02/29/como recortar imagenes con attachment fu y mini magick/ HecPeAre 01 Mar 2008
Generators Metapr. slide 25 Eval puts eval("\"aa\".upcase") Send str "Metaprogramaciongue" puts str.upcase puts str.send(:upcase) :upcase, :downcase, :reverse ...
FROM my table WHERE name LIKE 'Pat%' Comment.find by sql("SELECT FROM comments WHERE text LIKE 'a%'") http://sobrerailes.com/tags/rails%20ruby HecPeAre 22 Sep ...
muevo todo al post conferenciarails2007
http://www.railsenvy.com/2007/12/17/the future of web services http://www.patchedsoftware.com/FutureOfWebServices.mov http://www.patchedsoftware.com ...
I've not used these plugins (so I'm not sure about the info) zentest launch test all time redgreen colors on console (useful for zentest) filecolumns upload ...
a line (or lines) of code into a given file
Microframework http://www.intridea.com/2007/11/9/announcing openlysociable micro an opensocial widget microframework Mongrel: http://blog.commonthread.com/2007/11 ...
Rails Screencasts http://peepcode.com previews http://railscasts.com Routes: CustomRoutes70RSC NamedRoutes34RSC ...
Related: Feeds http://weblog.rubyonrails.com/2007/9/30/rails 2 0 0 preview release http://svn.rubyonrails.org/rails/trunk/actionpack/lib/action view/helpers/atom ...
AtomFeedHelper http://thinkincode.net/2007/3/12/validando feeds contra el w3c
httperf hog server myserv.com num conn 100 rate 10 timeout 5 http://www.hpl.hp.com/research/linux/httperf/docs.php http://wiki.rubyonrails.org/rails/pages/HowToStressOrLoadTest ...
rawk http://ckhsponge.wordpress.com/2006/10/11/ruby on rails log analyzer rawk/ http://rubyforge.org/frs/?group id 2517 release id 15246 505 wget http://files.rubyforge ...
svn co http://dev.rubyonrails.org/svn/rails/trunk vendor/rails ruby vendor/rails/railties/bin/rails . gem install activeresource source http://gems.rubyonrails.org ...
http://railscasts.com/episodes/51 railscast http://railsontherun.com/2007/9/27/ajax pagination in less than 5 minutes HecPeAre 12 Nov 2007
globalize, gettext create database openid development DEFAULT CHARSET utf8; # Modificar config/database.yml (añadir datos y encoding: utf8) mysql user root p execute ...
info here sudo gem install railroad sudo aptitude install graphviz railroad Mi dot Tsvg modelos.svg railroad Ci neato Tpng controladores.png railroad ...
Info here, here and here gem install redcloth ruby script/plugin install \ svn://errtheblog.com/svn/plugins/acts as textiled
Related pages: ActiveResource External links: http://wiki.rubyonrails.org/rails/pages/Edge rake rails:freeze:edge rake rails:unfreeze Last stable version rake ...
module MyDebug def self.add(nuevo) file 'debugueando.log' viejo IO.read(file) File.open(file,"w"){ file file.puts(viejo nuevo)} end end
Related pages: Deprec , Capistrano http://articles.slicehost.com/2007/9/10/ubuntu lts mysql and ror ubuntu lts mysql and ror http://articles.slicehost ...
http://www.deprec.org/ http://www.jesuscarrera.info/2007/08/18/deployment con deprec/ http://webtypes.com/2007/03/15/announcing capistrano server extensions ...
Related pages: Subversion This episode will walk you through setting up a Rails project on subversion. It covers some helpful tips and gotchas you may experience ...
Ver tb http://blog.nanorails.com/pages/rails 1 1 cheat sheet rake cache:clear # Clears all cached pages rake db:bootstrap # Loads a schema.rb file into ...
require 'net/http' response Net::HTTP.get response('...','/aa.txt') XmlSimple.new.xml in(response.body) "created at" response Net::HTTP.get response(URI.parse ...
http://www.oracle.com/technology/pub/articles/kern rails tagging.html
63 Model Name In URL By default, Rails uses the model's id in the URL. What if you want to use the name of the model instead? You can change this behavior by overriding ...
Related: ShareSession rails openid cd openid mysqladmin uroot p #root o el usuario q se tenga create database openid development DEFAULT CHARSET utf8; exit ...
Related: OpenIdAuthenticationPlugin http://www.pjhyett.com/posts/186 rails interacting with an external database class MyModel En association.rb, nonce.rb y settings ...
Mejor no usar las fixtures Al menos no para tests de modelos. Así no dependen de las modificaciones en las propias fixtures conforme se crean más tests. Stubbing ...
al hacer sudo gem install gettext me aparecia: (Ubuntu 7.04) Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer ...
./script/generate scaffold resource ticket project id:integer user id:integer assigned to:integer title:string description:text closed:integer created at:datetime ...
Aquí os dejo la recopilación de los 3 primeros screencast y el código fuente. Si es la primera vez que lees este Blog, se trata de una apliación para la gestión de ...
33 Making a plugin link script/generate plugin stringify time #vendor/plugins/stringify time/init.rb #init.rb is called when the plugin is loaded #init.rb: require ...
Rails Web Preferences The following settings are web preferences of the Rails web. These preferences overwrite the site level preferences in . and ...
Number of topics: 50

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback