puelocesar (Paulo Cesar)

Name
Paulo Cesar
Email
Website/Blog
http://puelocesar.wordpress.com
Location
Londrina, Brazil
Member Since
Jul 26, 2009 (5 months)

Following 0 githubbers and watching 4 repositories view all →

Public Repositories (2)

  • Macuco

    A faker of iPhone's Safari version of Gmail for the maemo platform

    legend

    Last updated Wed Dec 02 12:05:27 -0800 2009

  • nifty-generators

    A collection of useful Rails generator scripts.

    legend

    Forked from ryanb/nifty-generators Wed Sep 09 13:18:20 -0700 2009

    Last updated Sat Aug 15 14:40:10 -0700 2009

Public Activity feed

puelocesar pushed to master at puelocesar/Macuco Wed Dec 02 12:05:28 -0800 2009
HEAD is 421e16ed9fd26cf197f81e499a74d41c660b89a8
  • Paulo Cesar committed 421e16ed:
    fixing toolbar positioning
puelocesar deleted branch barra at puelocesar/Macuco Wed Dec 02 12:04:40 -0800 2009
Deleted branch was at puelocesar/Macuco/tree/barra
puelocesar pushed to toolbar at puelocesar/Macuco Wed Dec 02 12:04:30 -0800 2009
HEAD is 421e16ed9fd26cf197f81e499a74d41c660b89a8

3 commits »

puelocesar pushed to master at puelocesar/Macuco Tue Dec 01 14:16:15 -0800 2009
HEAD is 2491e5c45c3e007757facd3da5a03189f82a737a

6 commits »

puelocesar created branch barra at puelocesar/Macuco Tue Dec 01 08:04:31 -0800 2009
New branch is at puelocesar/Macuco/tree/barra
puelocesar pushed to toolbar at puelocesar/Macuco Thu Nov 19 15:36:30 -0800 2009
HEAD is ab9e9836bdfe360c288628ad40d3e458089eb7f0
  • Paulo Cesar committed ab9e9836:
    removing some nasty warnings
puelocesar pushed to toolbar at puelocesar/Macuco Thu Nov 19 15:35:13 -0800 2009
HEAD is 84dc83865605ff0ebf91ee15de82aa54d7750706

2 commits »

puelocesar created branch toolbar at puelocesar/Macuco Sun Nov 15 17:51:16 -0800 2009
puelocesar pushed to master at puelocesar/Macuco Wed Nov 11 18:51:49 -0800 2009
HEAD is 20a715676240b36ba75b9990a409a163bb216563

2 commits »

puelocesar pushed to master at puelocesar/Macuco Wed Nov 11 16:52:43 -0800 2009
HEAD is 48505225355156319c180fcddf9736e65f879f87

2 commits »

puelocesar pushed to master at puelocesar/Macuco Mon Oct 12 08:52:58 -0700 2009
HEAD is d1024b154433ac09e7482282b8cc06b9b0121a82

2 commits »

puelocesar commented on fernandoluizao/brazilian-rails Mon Sep 28 10:48:54 -0700 2009
Comment in 50da3ac:

ow!

puelocesar commented on wycats/rails Mon Sep 28 10:47:03 -0700 2009
Comment in 489abfd:

Sorry, I commented the wrong author :P

puelocesar commented on rails/rails Mon Sep 28 10:46:36 -0700 2009
Comment in 489abfd:

Hi, I'm having a problem with this commit. I call merge_conditions from ActiveRecord::Base statically on several places on my application. Now with your commit I can't use it anymore, because merge_conditions calls sanitize_sql, that depends on a table name, so my application is crashing because table_name doesn't exist when you call ActiveRecord::Base.merge_conditions. Any tip on how to solve it?

puelocesar commented on wycats/rails Mon Sep 28 10:40:51 -0700 2009
Comment in 489abfd:

Hi, I'm having a problem with this commit. I call merge_conditions from ActiveRecord::Base statically on several places on my application. Now with your commit I can't use it anymore, because merge_conditions calls sanitize_sql, that depends on a table name, so my application is crashing because table_name doesn't exist when you call ActiveRecord::Base.merge_conditions. Any tip on how to solve it?