Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Add a test which ensures namespaced roots. | José Valim | 2010-02-06 | 1 | -0/+10 | |
| | | | ||||||
| | * | Routes should not swallow all NameErrors [#3862 status:resolved]. | José Valim | 2010-02-06 | 1 | -1/+2 | |
| | | | ||||||
| | * | Updates subscriber test for new output | Yehuda Katz | 2010-02-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixes test fail | Yehuda Katz | 2010-02-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Lookup the status code and rework the Completed line a bit | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+1 | |
| | | | ||||||
| | * | Cleanup comments | David Heinemeier Hansson | 2010-02-05 | 1 | -8/+3 | |
| | | | ||||||
| | * | Not a fan of the double ## | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+2 | |
| | | | ||||||
| | * | Simplify conditions for --dev and --edge | David Heinemeier Hansson | 2010-02-05 | 1 | -6/+6 | |
| | | | ||||||
| | * | Path approach shouldnt specify version | David Heinemeier Hansson | 2010-02-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | New style for path references | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+1 | |
| | | | ||||||
| | * | CI: show bundled gems | Jeremy Kemper | 2010-02-05 | 1 | -3/+2 | |
| | | | ||||||
| | * | CI: add missing isolated tests | Jeremy Kemper | 2010-02-05 | 1 | -3/+9 | |
| | | | ||||||
| | * | method_missing errors on activeresource tests, mocha is not required there | Santiago Pastorino | 2010-02-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | [#3825 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | test_validates_acceptance_of_as_database_column fixed | Santiago Pastorino | 2010-02-05 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | [#3826 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | More html_safe strings now use the safe_concat method | Santiago Pastorino and José Ignacio Costa | 2010-02-05 | 5 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | [#3856 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Making SafeBuffer << an alias for concat method | Santiago Pastorino | 2010-02-05 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | | | | | [#3848 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Fixed html_safe test cases which weren't testing correctly | Santiago Pastorino and José Ignacio Costa | 2010-02-05 | 1 | -17/+20 | |
| | | | | | | | | | | | | | | | | | | [#3845 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Make UrlWriter includable in a Module | Jeremy Kemper | 2010-02-05 | 1 | -1/+9 | |
| | | | ||||||
| | * | Automatically prefer Yajl or JSON backend over Yaml, if available | Jeremy Kemper | 2010-02-05 | 3 | -3/+18 | |
| | | | ||||||
| | * | Add yajl-ruby as a JSON parsing backend | Brian Lopez | 2010-02-05 | 3 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | [#2666 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 10 | -26/+26 | |
| | | | ||||||
| | * | Bump arel dep | Jeremy Kemper | 2010-02-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Revert "Link to main Arel repository" | Jeremy Kemper | 2010-02-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | This reverts commit 203626867934a2772a5a3f096521b56d59273407. | |||||
| | * | install ActionController::UrlFor before environment is parsed, to provide ↵ | Paul Rosania | 2010-02-05 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | ActionMailer#default_url_options= Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Submarine the rake-gemcutter dep in Rakefiles | Jeremy Kemper | 2010-02-05 | 8 | -34/+42 | |
| | | | ||||||
| | * | Add the dummy rails3b gemspec that pulls in non-prerelease deps | Jeremy Kemper | 2010-02-04 | 1 | -0/+27 | |
| | | | ||||||
| | * | Kill default require_path | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fix task defines | Jeremy Kemper | 2010-02-04 | 8 | -8/+8 | |
| | | | ||||||
| | * | No sense bundling sense it's not available in Rakefile. Also, actually require. | Jeremy Kemper | 2010-02-04 | 1 | -3/+0 | |
| | | | ||||||
| | * | Need gemcutter here too | David Heinemeier Hansson | 2010-02-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 9 | -90/+55 | |
| | | | ||||||
| | * | Test that csrf meta content is html-escaped, too | Jeremy Kemper | 2010-02-04 | 1 | -1/+2 | |
| | | | ||||||
| | * | Add prototype ujs handler for data-method | Jeremy Kemper | 2010-02-04 | 1 | -0/+26 | |
| | | | ||||||
| | * | Revert dumb test | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update prototype-ujs for data-confirm | Jeremy Kemper | 2010-02-04 | 1 | -5/+12 | |
| | | | ||||||
| | * | HTML-escape csrf meta contents | Jeremy Kemper | 2010-02-04 | 2 | -3/+3 | |
| | | | ||||||
| | * | Expose CSRF param name also | Jeremy Kemper | 2010-02-04 | 2 | -2/+2 | |
| | | | ||||||
| | * | fix rubygems/bundler install in ci build script | Chad Woolley | 2010-02-04 | 1 | -2/+6 | |
| | | | | | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Expose CSRF tag for UJS adapters | Jeremy Kemper | 2010-02-04 | 4 | -1/+30 | |
| | | | ||||||
| | * | Ensure javascripts are pulled in so UJS can hook the Delete link | Jeremy Kemper | 2010-02-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | Link to main Arel repository | Bryan Helmkamp | 2010-02-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
| | * | Bump to bundler 0.9.2 | Jeremy Kemper | 2010-02-04 | 2 | -2/+2 | |
| | | | ||||||
| | * | Autorequire default libs and those in groups named after the current Rails ↵ | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | environment | |||||
| | * | Depend on bundler >= 0.9.1 | Jeremy Kemper | 2010-02-04 | 2 | -2/+2 | |
| | | | ||||||
| | * | server command loads the application | Jeremy Kemper | 2010-02-04 | 1 | -1/+2 | |
| | | | ||||||
| | * | Revert "Rails script commands load the application rather than just boot" | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit 358451c2194c5b89b576fd623811da708ee89d95. | |||||
| | * | Rails script commands load the application rather than just boot | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix broken autorequires | Jeremy Kemper | 2010-02-04 | 1 | -4/+4 | |
| | | | ||||||
| | * | Use the correct environment.rb path | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵ | Jeremy Kemper | 2010-02-04 | 4 | -7/+7 | |
| | | | | | | | | | | | | uses AS. |