Andrew Kaspick
|
bda55f82c6
|
allow options to be passed to email address auto generation
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1418 state:committed]
|
2008-12-01 19:27:03 +01:00 |
|
Joshua Peek
|
25f6524b89
|
opps, inner_app is in the wrong conditional
|
2008-12-01 12:24:02 -06:00 |
|
Joshua Peek
|
61958032d3
|
Generate rackup dispatcher with rails:update:generate_dispatchers
|
2008-12-01 12:21:18 -06:00 |
|
Joshua Peek
|
725928854d
|
fix failing railties test
|
2008-12-01 12:12:57 -06:00 |
|
Joshua Peek
|
926844e869
|
Switch FCGI handler over to Rack
|
2008-12-01 11:54:32 -06:00 |
|
David Heinemeier Hansson
|
119a41e21d
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-11-30 20:06:41 -06:00 |
|
Jeremy Kemper
|
eb5e6fe713
|
Simplify Request#path
|
2008-11-30 17:24:36 -08:00 |
|
Jeremy Kemper
|
4fabc9b2f3
|
Simplify REMOTE_ADDR parsing
|
2008-11-30 17:06:11 -08:00 |
|
Jeremy Kemper
|
93456a2ed2
|
Deprecated formatted_polymorphic_url
|
2008-11-30 17:04:24 -08:00 |
|
David Heinemeier Hansson
|
3b3c0507e2
|
Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]
|
2008-11-30 16:23:20 -06:00 |
|
David Heinemeier Hansson
|
be140e8c6b
|
Changed Rails.root to return a Pathname object (allows for Rails.root.join("app", "controllers") => "#{RAILS_ROOT}/app/controllers") [#1482]
|
2008-11-30 15:59:30 -06:00 |
|
David Heinemeier Hansson
|
668872efd8
|
Add restart notice where missing
|
2008-11-30 15:54:44 -06:00 |
|
David Heinemeier Hansson
|
6e66e7d646
|
Even more polish of the default configration files and split off the session store configuration into its own file
|
2008-11-30 15:53:21 -06:00 |
|
David Heinemeier Hansson
|
c5f461d7b0
|
Cleanup the app generator
|
2008-11-30 15:52:50 -06:00 |
|
David Heinemeier Hansson
|
73213f4ca7
|
Say it briefly
|
2008-11-30 15:18:46 -06:00 |
|
David Heinemeier Hansson
|
6358e6c107
|
More organization based on priority
|
2008-11-30 15:06:55 -06:00 |
|
David Heinemeier Hansson
|
471f024018
|
Me loves me some whitespace
|
2008-11-30 14:58:42 -06:00 |
|
David Heinemeier Hansson
|
201b64b4e1
|
Cleanup other examples and wording
|
2008-11-30 14:53:22 -06:00 |
|
David Heinemeier Hansson
|
0eac9daa0a
|
Rails::Configuration never had more details. Stop lying about it
|
2008-11-30 14:46:11 -06:00 |
|
David Heinemeier Hansson
|
5c26b2e47b
|
Its no longer common to run Rails in environments where you cant set the environment to be the production one. Dont need a notice telling about the ENV var that prominently any more
|
2008-11-30 14:44:56 -06:00 |
|
Jeremy Kemper
|
cfb2126726
|
Load app initializers by path relative to Rails.root
|
2008-11-29 20:06:49 -08:00 |
|
Jeremy Kemper
|
635e2ccd3e
|
Extract named_helper module_eval so it's easier to override
|
2008-11-29 19:32:13 -08:00 |
|
Jeremy Kemper
|
9e4621d6f7
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-11-29 19:23:31 -08:00 |
|
Jeremy Kemper
|
8521cebbad
|
Turn on debugger autoeval
|
2008-11-29 16:55:02 -08:00 |
|
Sven Fuchs
|
1182658e76
|
Make sure #compute_public_path caching allows to return different results for different given sources [#1471 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-11-29 16:03:44 -06:00 |
|
Joshua Peek
|
cec8a92a6d
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-11-29 15:59:47 -06:00 |
|
David Heinemeier Hansson
|
fdfcdf4673
|
Enhanced Rails.root to take parameters that'll be join with the root, like Rails.root('app', 'controllers') => File.join(Rails.root, 'app', 'controllers') [#1482 state:committed] (Damian Janowski)
|
2008-11-29 10:57:36 +01:00 |
|
David Heinemeier Hansson
|
1e8f9634f6
|
Include Rack in the server noise
|
2008-11-29 10:45:52 +01:00 |
|
David Heinemeier Hansson
|
50f428661a
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-11-29 10:45:30 +01:00 |
|
David Heinemeier Hansson
|
34905673a3
|
Revert "Super lazy load view paths in development mode (no indexing or caching at all). Switch layout finders to use view path api to take advantage of cache." as it killed dev mode reloading.
This reverts commit 4d910b0333.
|
2008-11-29 10:45:06 +01:00 |
|
Joshua Peek
|
9fccf72725
|
fixed template recompile issue with previous commit and add some better tests so we can make sure it doesn't happen again
|
2008-11-28 14:31:54 -06:00 |
|
Joshua Peek
|
9fc23745f1
|
Reinstate "Super lazy load view paths in development mode (no indexing or caching at all). Switch layout finders to use view path api to take advantage of cache." as it killed dev mode reloading."
|
2008-11-28 11:18:28 -06:00 |
|
David Heinemeier Hansson
|
5fa0457542
|
Revert "Super lazy load view paths in development mode (no indexing or caching at all). Switch layout finders to use view path api to take advantage of cache." as it killed dev mode reloading.
This reverts commit 4d910b0333.
|
2008-11-27 21:04:24 +01:00 |
|
David Heinemeier Hansson
|
6fa9957e0e
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-11-27 18:59:33 +01:00 |
|
David Heinemeier Hansson
|
f2ee056873
|
Added view path support for engines [DHH]
|
2008-11-27 18:59:24 +01:00 |
|
David Heinemeier Hansson
|
229f959d15
|
Added the option to declare an asset_host as an object that responds to call (see http://github.com/dhh/asset-hosting-with-minimum-ssl for an example) [DHH]
|
2008-11-27 17:51:33 +01:00 |
|
Joshua Peek
|
4d910b0333
|
Super lazy load view paths in development mode (no indexing or caching at all). Switch layout finders to use view path api to take advantage of cache.
|
2008-11-26 20:54:47 -06:00 |
|
Jeremy Kemper
|
9d2002a12a
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-11-26 18:00:25 -08:00 |
|
Jeremy Kemper
|
2c43a6429e
|
Ruby 1.9 compat: no Unicode normalization support yet
|
2008-11-26 17:59:35 -08:00 |
|
Jeremy Kemper
|
51e15a60b0
|
Ruby 1.9 compat: CGI#escape_skipping_slashes
|
2008-11-26 17:59:09 -08:00 |
|
Jeremy Kemper
|
5fa8c3b6db
|
MiniTest::Unit#method_name alias for Test::Unit compat
|
2008-11-26 17:20:05 -08:00 |
|
Jeremy Kemper
|
9880baa90b
|
Ensure Test::Unit::Assertions is available
|
2008-11-26 17:18:50 -08:00 |
|
David Heinemeier Hansson
|
3cc9d1c5ad
|
Let all plugins not just engines have a config/routes.rb file
|
2008-11-26 20:30:21 +01:00 |
|
David Heinemeier Hansson
|
7d8f9ef051
|
Fix routing test and add changelog note about draw no longer clearing the route set
|
2008-11-26 20:26:55 +01:00 |
|
David Heinemeier Hansson
|
e2362babdf
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-11-26 20:04:00 +01:00 |
|
David Heinemeier Hansson
|
4999d52e08
|
Added that config/routes.rb files in engine plugins are automatically loaded (and reloaded when they change in dev mode) [DHH]
|
2008-11-26 20:03:25 +01:00 |
|
David Heinemeier Hansson
|
40b40c4870
|
Added support for multiple routes files and made draw not clear the map so they can be additive
|
2008-11-26 15:57:36 +01:00 |
|
Paul
|
9a4d557713
|
Ensure hash conditions on referenced tables are considered when eager loading with limit/offset. [#1404 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-11-26 15:25:39 +01:00 |
|
Pratik Naik
|
17940a82e8
|
Don't re-require 'rexml/document'
|
2008-11-26 15:01:59 +01:00 |
|
Christoffer Sawicki
|
05a938c5f7
|
Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each_value [#1410 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-11-26 14:54:35 +01:00 |
|