CARVIEW |
josevalim
(José Valim)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- José Valim
- Website/Blog
- https://blog.plataformatec.com.br/
- Company
- Plataforma
- Location
- São Paulo/Brasil, Kraków/Polska
- Member Since
- May 07, 2008
Following 20 coders and watching 161 repositories view all →
Public Repositories (6)
-
enginex
An executable which creates a bare Rails 3 engine (which is going to be used in my upcoming Rails...
Last updated Wed Mar 03 04:51:25 -0800 2010
-
inherited_resources
Inherited Resources speeds up development by making your controllers inherit all restful actions ...
Last updated Sat Feb 20 09:29:47 -0800 2010
-
rails-footnotes
Every Rails page has footnotes that gives information about your application and links back to yo...
Last updated Sun Jan 31 19:35:05 -0800 2010
-
easy_http_cache
Allows Rails controllers to use HTTP cache specifications easily by declaring which resources sho...
Last updated Wed Dec 23 05:29:54 -0800 2009
-
nested_scenarios
FixtureScenarios, FixtureScenariosBuilder, Yaml and Ruby in one big mix for Rails.
Last updated Wed Dec 23 05:16:01 -0800 2009
-
localized_templates
Another templates localization schema for Rails 2.3 which allows you to create a folder for each ...
Last updated Wed Dec 23 05:15:07 -0800 2009
Public Activity 
-
f129b9f
don't use a static name in a public directory, and delete afte...
-
6ce33b7
Updated the gem dependencies.
-
3da9a08
Optimize DetailsKey generation.
-
185541b
Use template engine as option since it's the one used by rails.
-
e81d428
update gem dependencies
-
de92be3
Use Ruby's tmp directory instead of a ghost directory inside t...
- 5 more commits »
-
4ba334c
Ensure controller filters are executed before stuff starts to ...
-
4e59935
Bump to 0.5.4.
-
ee4c896
Remove formats setters from render template, speeding up parti...
-
94a60a5
In app_generator, fix hardcoded `bundle` call to derive the bu...
-
9268b59
Add a check to ensure that the application name does not alrea...
-
e484d4a
Made asset_tag_helper use config.perform_caching instead of Ac...
- 1 more commit »
installation instructions for rails3?
-
611744e
Load the environment before executing rails console. [#3905 st...
-
2b0611b
Revert "Always load the environment before executing any comma...
-
f2c0a35
Finish cleaning up rendering stack from views and move assigns...
- 1 more commit »
-
1684655
Always load the environment before executing any command. [#39...
-
4840acd
%= works for content_tag and does not require parenthesis on m...
-
839362f
Make all AP tests pass for Ruby 1.9.1.
-
3f0bae1
Allow to give :skip in devise_for to skip routes for an specif...
respond_with missing in controller template
Broken on Rails master (aka 3.0.0.beta1)
-
59b26d8
All tests pass using Rails master.
-
58796dc
Rake task for generating Rails documentation updated to suppor...
-
6c02744
Add tests for lookup context.
-
84f6da4
Merge branch 'master' of gitproxy:rails/rails
-
07cf49a
Optimize and clean up how details key get expired.
-
ec0973c
Remove uneeded methods.
- 4 more commits »
scoped_views
Devise::Models::Lockable overwrites ActiveRecord::Base's "lock!" method
-
ed3a460
Allow to give a scope when copying views.
-
4a7baea
Move I18n configuration to I18n.config.
-
ac742e3
Clean up lockable and class methods API.
-
1bee9fb
Clean up lockable and class methods API.
-
cd17099
Create the devise_views directory in './app/views' instead of ...
-
0b78028
Tidy up failure app call.