josevalim (José Valim)

Name
José Valim
Email
Website/Blog
http://blog.plataformatec.com.br/
Company
Plataforma
Location
São Paulo/Brasil, Torino/Italia, Kraków/Polska
Member Since
May 07, 2008 (about 1 year)

Following 20 githubbers and watching 132 repositories view all →

Public Repositories (9)

  • simple_form

    Simple easy contact form for Rails with I18n, validations, attachments and request information.

    legend

    Last updated Mon Nov 09 05:13:21 -0800 2009

  • rails

    Ruby on Rails with Orchestra and ActionMailer refactoring

    legend

    Forked from rails/rails Mon Aug 10 02:10:18 -0700 2009

    Last updated Mon Nov 02 17:47:49 -0800 2009

  • third_rails

    A fresh Rails 3.0 app with generators, Rack::Bug with Orchestra and Thorfile examples.

    legend

    Last updated Sun Oct 25 12:40:01 -0700 2009

  • rack-bug

    Debugging toolbar for Rack applications implemented as middleware

    legend

    Forked from brynary/rack-bug Thu Sep 10 05:31:08 -0700 2009

    Last updated Sun Oct 25 12:32:41 -0700 2009

  • rails-footnotes

    Every Rails page has footnotes that gives information about your application and links back to yo...

    legend

    Last updated Thu Oct 15 16:34:30 -0700 2009

  • inherited_resources

    Inherited Resources speeds up development by making your controllers inherit all restful actions ...

    legend

    Last updated Thu Oct 15 16:34:22 -0700 2009

  • nested_scenarios

    FixtureScenarios, FixtureScenariosBuilder, Yaml and Ruby in one big mix for Rails.

    legend

    Last updated Thu Sep 03 13:14:33 -0700 2009

  • localized_templates

    Another templates localization schema for Rails 2.3 which allows you to create a folder for each ...

    legend

    Last updated Tue Mar 31 06:08:08 -0700 2009

  • easy_http_cache

    Allows Rails controllers to use HTTP cache specifications easily by declaring which resources sho...

    legend

    Last updated Thu Feb 05 09:29:45 -0800 2009

Public Activity feed

josevalim pushed to master at josevalim/simple_form Mon Nov 09 05:13:21 -0800 2009
HEAD is d3156b897610ad45386666e95a8bd563835866e2
josevalim pushed to master at josevalim/simple_form Mon Nov 09 05:00:22 -0800 2009
HEAD is 65451c8879afdbd2ea281a3c2680744c5f7e6edd

2 commits »

josevalim applied fork commits to simple_form/master Mon Nov 09 04:58:38 -0800 2009
master was changed to 32883d
josevalim pushed to master at wycats/thor Mon Nov 09 04:58:17 -0800 2009
HEAD is 69966e5a0d7df84ffebeec41cf14575891728d15

5 commits »

josevalim added carlosantoniodasilva to simple_form Sun Nov 08 15:33:41 -0800 2009
simple_form is at josevalim/simple_form
josevalim opened issue 28 on plataformatec/devise Sun Nov 08 06:14:43 -0800 2009
Create more helpers
josevalim edited a page in the josevalim/inherited_resources wiki Fri Nov 06 21:37:51 -0800 2009
josevalim pushed to master at plataformatec/devise Fri Nov 06 14:59:45 -0800 2009
HEAD is 05678e773fbeca9a0b251e1aad72a573d8ac5a75
josevalim pushed to master at plataformatec/devise Fri Nov 06 08:56:27 -0800 2009
HEAD is 2c33d0e19175147465346b0b8fa8589c88b5851f

4 commits »

josevalim pushed to master at plataformatec/devise_example Fri Nov 06 08:54:31 -0800 2009
josevalim commented on rails/rails Fri Nov 06 06:47:51 -0800 2009
Comment in d627c93:

I think you just need to change "generators/named_base" to "rails/generators/named_base". We namespaced everything in railties to /rails.

josevalim closed issue 24 on plataformatec/devise Fri Nov 06 05:38:23 -0800 2009
Devise::Controllers::Helpers.home_or_root_path should accept :path_prefix
josevalim closed issue 25 on plataformatec/devise Fri Nov 06 04:40:16 -0800 2009
Setting email sender
josevalim pushed to master at plataformatec/devise Fri Nov 06 03:40:48 -0800 2009
HEAD is 0c088a7420634291d0115bd12fb1d427e89899c7
  • José Valim committed 0c088a74:
    Renamed mail_sender to mailer_sender.
josevalim pushed to master at plataformatec/devise Fri Nov 06 03:33:29 -0800 2009
HEAD is 1db50dee36f84bc28fae24eb6f0353a689fc4967
  • José Valim committed 1db50dee:
    Skip authentication filters by default on Devise controllers and add devise_controller? to select/reject other filters.
josevalim closed issue 26 on plataformatec/devise Fri Nov 06 02:53:30 -0800 2009
Devise is not compabile with Rails 3 callbacks
josevalim commented on rails/rails Thu Nov 05 03:00:10 -0800 2009
Comment in d627c93:

@janx, when you talk about dependency hell, you mean the dependencies declared in bundler?

I just posted a pastie explaining how to have your Rails 3 app working from edge without having to install gems or bundling twice:

http://pastie.org/684600

And if you want rspec generators, I created some in this branch:

http://github.com/josevalim/third_rails

However the rails used in vendor as a submodule is outdated. At least you can reuse lib/generators without problems.

josevalim commented on rails/rails Wed Nov 04 05:27:10 -0800 2009
Comment in d627c93:

No. Just that Rails 3 provides proper hooks to rpsec, so no more need for hacks and/or code duplication.

josevalim opened issue 8 on wycats/thor Wed Nov 04 05:21:43 -0800 2009
Allow a block to be given to directory
josevalim opened issue 7 on wycats/thor Wed Nov 04 05:21:30 -0800 2009
Do not use white by default in invocations status
josevalim applied fork commits to devise/master Wed Nov 04 01:52:10 -0800 2009
master was changed to 48ef47
josevalim pushed to master at plataformatec/devise Tue Nov 03 18:20:51 -0800 2009
HEAD is 7cfc6078ead591d776c6343fa12fcce645b7eb09
josevalim closed issue 22 on plataformatec/devise Tue Nov 03 18:19:10 -0800 2009
0.4.0 migration t.authenticable needs to be changed to t.authenticatable
josevalim closed issue 23 on plataformatec/devise Tue Nov 03 16:53:35 -0800 2009
email field not created in the database
josevalim pushed to master at plataformatec/devise_example Tue Nov 03 16:50:07 -0800 2009
josevalim closed issue 21 on plataformatec/devise Tue Nov 03 16:35:35 -0800 2009
0.4.0 breaks script/generate...
josevalim pushed to master at plataformatec/devise Tue Nov 03 16:34:56 -0800 2009
HEAD is e5be5326b42ce41f860adcc72cbfd4177c51d245
  • josevalim committed e5be5326:
    Ensure options can be configured even if models were not loaded yet
josevalim opened issue 20 on plataformatec/devise Tue Nov 03 04:39:22 -0800 2009
Create devise test helpers
josevalim pushed to master at plataformatec/devise Tue Nov 03 04:22:42 -0800 2009
HEAD is c1d279607109880ef4da58990cb378b08d2225bf

2 commits »

josevalim pushed to master at plataformatec/devise_example Tue Nov 03 04:22:32 -0800 2009
HEAD is addc8af409e77abf035b141d9a55beb83fbc5760
josevalim pushed to master at plataformatec/devise Tue Nov 03 03:34:54 -0800 2009
HEAD is 371a9bb0d020cf6e1f820f8c09140d14808b0550

2 commits »

josevalim pushed to master at josevalim/rails Mon Nov 02 17:47:50 -0800 2009
HEAD is d002826e54415a340e55fdbf363d005faebf8fc5

150 commits »

josevalim closed issue 18 on plataformatec/devise Mon Nov 02 15:47:32 -0800 2009
Sign up email confirmation error
josevalim opened issue 17 on plataformatec/devise Mon Nov 02 03:14:30 -0800 2009
Devise example should have a sign up form as example
josevalim started watching NZKoz/rails_xss Sun Nov 01 04:25:30 -0800 2009
rails_xss's description:
A plugin for rails 2.3 apps which switches the default to escape by default