1. 13 9月, 2011 5 次提交
  2. 11 7月, 2011 1 次提交
  3. 08 5月, 2011 1 次提交
  4. 05 5月, 2011 1 次提交
  5. 03 5月, 2011 1 次提交
  6. 25 4月, 2011 1 次提交
  7. 09 3月, 2011 1 次提交
  8. 06 3月, 2011 1 次提交
  9. 03 3月, 2011 1 次提交
  10. 02 3月, 2011 1 次提交
  11. 14 2月, 2011 1 次提交
  12. 13 1月, 2011 1 次提交
  13. 30 11月, 2010 1 次提交
    • J
      The redirect routing method now allows for a hash of options which only... · 0bda6f1e
      Josh Kalderimis 提交于
      The redirect routing method now allows for a hash of options which only changes the relevant parts of the url, or an object which responds to call can be supplied so common redirect rules can be easily reused. This commit includes a change where url generation from parts has been moved to AD::Http::URL as a class method.
      0bda6f1e
  14. 23 11月, 2010 2 次提交
  15. 30 9月, 2010 2 次提交
    • P
      Properly reload routes defined in class definition · ec5d846a
      Piotr Sarnacki 提交于
      Sometimes it's easier to define routes inside Engine or
      Application class definition (e.g. one file applications). The
      problem with such case is that if there is a plugin that
      has config/routes.rb file, it will trigger routes reload on application.
      Since routes definition for application is not in config/routes.rb
      file routes_reloader will fail to reload application's routes
      properly. With this commit you can pass routes definition as a block
      to routes method, which will allow to properly reload it:
      
      class MyApp::Application < Rails::Application
        routes do
          resources :users
        end
      end
      ec5d846a
    • P
      Allow mounting engines at '/' · 22b11a41
      Piotr Sarnacki 提交于
      Without that commit script_name always become '/', which
      results in paths like //posts/1 instead of /posts/1
      22b11a41
  16. 29 9月, 2010 1 次提交
  17. 28 9月, 2010 6 次提交
  18. 27 9月, 2010 4 次提交
  19. 23 9月, 2010 1 次提交
  20. 18 9月, 2010 1 次提交
    • C
      Add RouteSet#append · 7418a440
      Carl Lerche 提交于
      	Allows specifying blocks to the routeset that will get 	appended after the RouteSet is drawn.
      7418a440
  21. 09 9月, 2010 2 次提交
  22. 05 9月, 2010 1 次提交
  23. 04 9月, 2010 3 次提交