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
/
environments
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another word on precedence (closes #2790)
David Heinemeier Hansson
2005-11-09
1
-0
/
+2
*
Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "...
David Heinemeier Hansson
2005-11-09
1
-3
/
+3
*
Increase criticality in comment for ENV["RAILS_ENV"]
David Heinemeier Hansson
2005-11-09
1
-1
/
+1
*
Added note about precedence (closes #2790)
David Heinemeier Hansson
2005-11-09
3
-0
/
+6
*
Added in bars to help guard against the production environment being used in ...
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
*
Added app/services as a default dir in the Rails skeleton and to the load pat...
David Heinemeier Hansson
2005-10-28
1
-1
/
+1
*
Back off cleanpath to be symlink friendly. Closes #2533
Nicholas Seckar
2005-10-27
1
-2
/
+2
*
Removed the dead test settings
Florian Weber
2005-10-26
1
-7
/
+1
*
Don't clean RAILS_ROOT on windows
Jamis Buck
2005-10-19
1
-3
/
+6
*
Remove trailing '/' from RAILS_ROOT
Nicholas Seckar
2005-10-18
1
-1
/
+1
*
Shorten long line
Nicholas Seckar
2005-10-15
1
-1
/
+4
*
Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. P...
Nicholas Seckar
2005-10-14
1
-1
/
+2
*
Made the instantiated/transactional fixtures settings be controlled through R...
Florian Weber
2005-10-14
1
-0
/
+6
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
1
-0
/
+4
*
Dont repeat yourself
David Heinemeier Hansson
2005-10-06
1
-1
/
+1
*
Run set load path so others can do boot and get path
David Heinemeier Hansson
2005-09-30
1
-5
/
+7
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-1
/
+1
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-3
/
+3
*
Cant use silence_warnings before active support is loaded
David Heinemeier Hansson
2005-09-15
1
-1
/
+1
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-0
/
+3
*
Make it easy to go UTC
David Heinemeier Hansson
2005-09-13
1
-0
/
+3
*
Reformed environments files to the new config style
David Heinemeier Hansson
2005-09-13
4
-21
/
+33
*
Make it even easier to set a new session store and use symbols for log level too
David Heinemeier Hansson
2005-09-12
1
-3
/
+3
*
Added Rails::Configuration support for fragment stores
David Heinemeier Hansson
2005-09-12
1
-0
/
+4
*
Sessions with an s
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Added create_session_table, drop_session_table, and purge_session_table as ra...
David Heinemeier Hansson
2005-09-12
1
-0
/
+4
*
Dont encourage custom url options to be called with symbol #2047
David Heinemeier Hansson
2005-09-11
1
-1
/
+2
*
Moved config/tasks to lib/tasks and added more documentation to environment.rb
David Heinemeier Hansson
2005-09-11
1
-1
/
+24
*
Silence logger initialization
David Heinemeier Hansson
2005-09-03
1
-1
/
+3
*
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...
David Heinemeier Hansson
2005-09-03
2
-91
/
+13
*
Allow ERb in the database.yml file (just like with fixtures), so you can pull...
David Heinemeier Hansson
2005-07-24
1
-1
/
+1
*
Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon ...
David Heinemeier Hansson
2005-07-22
1
-0
/
+6
*
r2951@asus: jeremy | 2005-07-08 18:09:30 -0700
Jeremy Kemper
2005-07-08
4
-5
/
+44
*
Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...
David Heinemeier Hansson
2005-07-05
1
-0
/
+1
*
Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ...
David Heinemeier Hansson
2005-06-18
2
-0
/
+4
*
Choose a simpler requiring of picking gems or not for library loading
David Heinemeier Hansson
2005-03-21
1
-20
/
+7
*
Expanded the requires again and included the load paths
David Heinemeier Hansson
2005-03-21
1
-0
/
+1
*
Expanded the requires again and included the load paths
David Heinemeier Hansson
2005-03-21
1
-2
/
+21
*
Combined the script/environment.rb used for gems and regular files version. I...
David Heinemeier Hansson
2005-03-20
2
-89
/
+16
*
close database.yml after reading in configuration #841 [sebastian.kanthak]
David Heinemeier Hansson
2005-03-17
2
-2
/
+2
*
More fixes for symlinked setups #793 [phantom]
David Heinemeier Hansson
2005-03-07
2
-4
/
+4
*
Added support for independent components residing in /components
David Heinemeier Hansson
2005-02-20
2
-0
/
+14
*
Renamed action_service to action_web_service
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Renamed Action Service to Action Web Service
David Heinemeier Hansson
2005-02-18
2
-2
/
+2
*
Integrated Action Service with the existing elements
David Heinemeier Hansson
2005-02-18
2
-12
/
+9
*
Loading the Routes should happen in the environments #655
David Heinemeier Hansson
2005-02-17
2
-2
/
+2
*
Move Controllers wrapper module away from environment.rb and into dependencie...
David Heinemeier Hansson
2005-02-15
2
-4
/
+0
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
2
-0
/
+2
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
1
-0
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
2
-0
/
+4
[next]