Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use #remove_possible_method instead | Sebastian Martinez | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | Use remove possible method here. | José Valim | 2011-05-04 | 1 | -1/+2 |
| | |||||
* | Relax this dependency a bit. | José Valim | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | Let's run those precious tests against the gem. | José Valim | 2011-05-04 | 1 | -2/+0 |
| | |||||
* | Move sandbox to AR and pass the sandbox as a value. This way, other ORMs ↵ | José Valim | 2011-05-04 | 5 | -7/+21 |
| | | | | like Datamapper can also have their own sandboxing in rails console. | ||||
* | Remove defined?(ActiveRecord) and use the railtie hook instead. | José Valim | 2011-05-04 | 2 | -7/+4 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-04 | 12 | -97/+82 |
|\ | |||||
| * | Remove extra whitespaces | Sebastian Martinez | 2011-05-03 | 1 | -9/+9 |
| | | |||||
| * | Improves Mysql2 adapter docs | Sebastian Martinez | 2011-05-03 | 1 | -0/+6 |
| | | |||||
| * | Added #recreate_database docs | Sebastian Martinez | 2011-05-03 | 1 | -0/+2 |
| | | |||||
| * | Fixes on schema_definitions docs | Sebastian Martinez | 2011-05-03 | 1 | -3/+3 |
| | | |||||
| * | Fix typo in Factory Girl description | backspace | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | fixed-fonts on SchemaDefinitions | Sebastian Martinez | 2011-05-02 | 1 | -3/+3 |
| | | |||||
| * | Remove extra whitespaces | Sebastian Martinez | 2011-05-02 | 1 | -18/+18 |
| | | |||||
| * | removed reference to verify method | Vijay Dev | 2011-05-02 | 1 | -9/+1 |
| | | |||||
| * | removed verify docs (feature removed in Rails3) | Vijay Dev | 2011-05-02 | 1 | -39/+0 |
| | | |||||
| * | Update security guide with #new and #create respect mass-assignment | Sebastian Martinez | 2011-05-02 | 1 | -2/+14 |
| | | |||||
| * | Added some docs on ActiveResource::HttpMock | Sebastian Martinez | 2011-05-01 | 1 | -0/+4 |
| | | |||||
| * | Documented ActiveResource#observing | Sebastian Martinez | 2011-05-01 | 1 | -0/+8 |
| | | |||||
| * | Remove extra whitespaces. | Sebastian Martinez | 2011-05-01 | 1 | -5/+5 |
| | | |||||
| * | Fix punctuation errors. | Sebastian Martinez | 2011-05-01 | 1 | -5/+5 |
| | | |||||
| * | Bring this back on the contributing guide. | Sebastian Martinez | 2011-05-01 | 1 | -1/+1 |
| | | |||||
| * | remove info about adding verified tag | Vijay Dev | 2011-05-01 | 1 | -1/+1 |
| | | |||||
| * | fix GitHub guides url | Vijay Dev | 2011-05-01 | 1 | -2/+2 |
| | | |||||
* | | fixes typo in railties/CHANGELOG (spotted by Vijay Dev) | Xavier Noria | 2011-05-04 | 1 | -1/+1 |
| | | |||||
* | | More AV::Base cleanup. | José Valim | 2011-05-04 | 4 | -43/+55 |
| | | |||||
* | | Merge pull request #384 from arunagw/new_plugin_test. | Xavier Noria | 2011-05-04 | 1 | -2/+0 |
|\ \ | | | | | | | Fixed tests for new_plugin_generator. | ||||
| * | | Fixed tests for new_plugin_generator. | Arun Agrawal | 2011-05-04 | 1 | -2/+0 |
| | | | |||||
* | | | Move prefixes to view paths as they are now a lookup context dependency. | José Valim | 2011-05-04 | 5 | -23/+30 |
|/ / | |||||
* | | restores the -j option, but now it accepts the name of any library | Xavier Noria | 2011-05-04 | 10 | -34/+46 |
| | | | | | | | | | | | | If passed "foo", a gem "foo-rails" is added to the Gemfile and "foo" and "foo_ujs" are required in the application JavaScript manifest. | ||||
* | | removes the :update_ujs task in railties | Xavier Noria | 2011-05-04 | 1 | -4/+0 |
| | | |||||
* | | jQuery is no longer vendored | Xavier Noria | 2011-05-04 | 3 | -8465/+2 |
| | | |||||
* | | Also allow prefixes as third argument to lookup context. | José Valim | 2011-05-04 | 3 | -6/+4 |
| | | |||||
* | | Merge remote branch 'apotonick/presentation' | José Valim | 2011-05-04 | 9 | -21/+32 |
|\ \ | |||||
| * | | no @controller dependency in Renderers. | Nick Sutterer | 2011-05-04 | 5 | -19/+14 |
| | | | |||||
| * | | fixed test to assert initialization value. | Nick Sutterer | 2011-05-04 | 1 | -1/+1 |
| | | | |||||
| * | | initialize prefixes in LookupContext. | Nick Sutterer | 2011-05-04 | 1 | -0/+1 |
| | | | |||||
| * | | controller's prefixes are now added to LookupContext. | Nick Sutterer | 2011-05-03 | 2 | -2/+9 |
| | | | |||||
| * | | added :prefixes accessor to LookupContext. | Nick Sutterer | 2011-05-03 | 2 | -0/+8 |
|/ / | |||||
* | | Use latest rack-test. | José Valim | 2011-05-03 | 2 | -2/+1 |
| | | |||||
* | | Merge pull request #381 from joshk/mysql2_schema_test. | Aaron Patterson | 2011-05-03 | 3 | -3/+54 |
|\ \ | | | | | | | Added the mysql schema test to mysql2 adapter | ||||
| * | | added the mysql schema test to mysql2 adapter, and fixed the corresponding ↵ | Josh Kalderimis | 2011-05-03 | 3 | -3/+54 |
|/ / | | | | | | | failures | ||||
* | | Merge pull request #380 from vijaydev/master. | José Valim | 2011-05-03 | 1 | -3/+3 |
|\ \ | | | | | | | Fixes typos in params wrapper test | ||||
| * | | Fix typos in test method names | Vijay Dev | 2011-05-03 | 1 | -3/+3 |
|/ / | |||||
* | | make sure IM repository is cleared after body is closed | Aaron Patterson | 2011-05-03 | 2 | -0/+12 |
| | | |||||
* | | proxying the body in the IM middleware so that IM is available for streaming ERb | Aaron Patterson | 2011-05-03 | 2 | -3/+47 |
| | | |||||
* | | adding a test case for the identity map middleware | Aaron Patterson | 2011-05-03 | 1 | -0/+34 |
| | | |||||
* | | cache strings in the AST for faster comparison than include? | Aaron Patterson | 2011-05-03 | 1 | -6/+3 |
| | | |||||
* | | Merge pull request #378 from danielvlopes/master. | José Valim | 2011-05-03 | 2 | -8/+24 |
|\ \ | | | | | | | Select_tag should have the same API of select from form_builder | ||||
| * | | fix select_tag to have the same behavior of select | Daniel Lopes | 2011-05-03 | 2 | -8/+24 |
| | | |