index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
application
/
configuration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365
Piotrek Okoński
2011-12-12
1
-1
/
+2
*
Provide a unique point for running initializers.
José Valim
2011-12-12
1
-1
/
+2
*
Allow to change engine's loading priority with config.railties_order=
Piotr Sarnacki
2011-11-23
1
-2
/
+3
*
Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...
David Heinemeier Hansson
2011-10-19
1
-1
/
+1
*
Provide initialize_on_precompile which, when set to false, does not initializ...
José Valim
2011-10-02
1
-13
/
+14
*
Make the Rack::SSL middleware configurable
Justin Leitgeb
2011-09-26
1
-1
/
+3
*
Default precompile regexp that properly matches application.js and applicatio...
Alex Yakoubian
2011-09-16
1
-1
/
+1
*
Fixed assets precompile regex, now accepts Procs
Alex Yakoubian
2011-09-08
1
-1
/
+2
*
Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changes
Santiago Pastorino
2011-08-31
1
-1
/
+1
*
Set default location of manifest with config.assets.manifest
Guillermo Iguaran
2011-08-31
1
-0
/
+1
*
Backport f443f9cb0c64 to master
Guillermo Iguaran
2011-08-31
1
-3
/
+2
*
Read digests of assets from manifest.yml if config.assets.manifest is on
Guillermo Iguaran
2011-08-31
1
-4
/
+5
*
only define the encoding reader since we define the writer later on
Aaron Patterson
2011-08-24
1
-1
/
+2
*
we are *sure* we want to set the encoding, so silence warnings around it
Aaron Patterson
2011-08-24
1
-2
/
+5
*
Add config.allow_debugging option to determine if the debug_assets query para...
Guillermo Iguaran
2011-08-24
1
-6
/
+7
*
Allow to debug assets by config.assets.debug
Andrey A.I. Sitnik
2011-08-22
1
-0
/
+1
*
Initialize config.assets.version the same way it's done in Sprockets
Santiago Pastorino
2011-08-08
1
-0
/
+1
*
Use cache/assets instead.
José Valim
2011-07-12
1
-1
/
+1
*
assets.cache_store now defaults to filesystem. You will want to share tmp/ass...
José Valim
2011-07-12
1
-11
/
+2
*
Now accepting css/js files in deeper directory structures by default.
Tobias Schlottke
2011-07-01
1
-1
/
+1
*
Proper fix
David Heinemeier Hansson
2011-05-12
1
-1
/
+1
*
Fix the assets regexp for non-js/css files
David Heinemeier Hansson
2011-05-12
1
-1
/
+1
*
Add static_cache_control as configuration option and set a default for test. ...
José Valim
2011-05-03
1
-1
/
+2
*
Add shorthand for js and css compressors
Joshua Peek
2011-04-22
1
-0
/
+3
*
Set a default precompile target to be the application.js, application.css, an...
David Heinemeier Hansson
2011-04-19
1
-1
/
+1
*
Remove the ability for engines to serve assets from the public directory.
José Valim
2011-04-15
1
-7
/
+9
*
Unify sprockets config options
Joshua Peek
2011-03-30
1
-3
/
+7
*
Merge branch 'master' into sprockets
Joshua Peek
2011-03-30
1
-1
/
+2
|
\
|
*
Add `config.force_ssl` configuration which will load `Rack::SSL` middleware i...
Prem Sichanugrist
2011-03-27
1
-1
/
+2
*
|
Precompile configured assets
Joshua Peek
2011-03-29
1
-2
/
+2
*
|
Rename option to config.asset_pipeline
Joshua Peek
2011-03-29
1
-2
/
+2
*
|
Move sprockets initializers back to application
Joshua Peek
2011-03-29
1
-1
/
+4
*
|
Add use_sprockets flag
Joshua Peek
2011-03-28
1
-3
/
+1
*
|
Add sprockets task to compile assets
Joshua Peek
2011-03-21
1
-1
/
+3
|
/
*
only define log_level reader once, make sure to initialize @log_level
Aaron Patterson
2011-01-05
1
-11
/
+14
*
Clean up asset_host and asset_path.
José Valim
2010-12-09
1
-16
/
+3
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-9
/
+9
*
Added config.app_generators to allow configuring application's generators fro...
Piotr Sarnacki
2010-09-30
1
-0
/
+1
*
Update Rails' built in routes to use RouteSet#append
Carl Lerche
2010-09-17
1
-5
/
+0
*
Set default asset_path only for engine
Piotr Sarnacki
2010-09-10
1
-0
/
+1
*
Get rid of static_paths method and instead configure paths for ActionDispatch...
Piotr Sarnacki
2010-09-03
1
-0
/
+4
*
Added ability to set asset_path for engines
Piotr Sarnacki
2010-09-03
1
-0
/
+12
*
Removed most of deprecated stuff from Application and Engine
Piotr Sarnacki
2010-09-03
1
-9
/
+0
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
1
-1
/
+0
*
Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Engine can now serve files with ActionDispatch::Static
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Engine can now load its own plugins
Piotr Sarnacki
2010-09-03
1
-3
/
+1
*
Made Engine valid rack app with its own middleware stack
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Make sure apps upgrading from 2.3 get defaulted to UTF-8 (ht: parndt)
wycats
2010-08-15
1
-1
/
+1
*
A few changes were done in this commit:
José Valim
2010-06-28
1
-2
/
+2
[prev]
[next]