aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Install Spring preloader when generating new applicationsJon Leighton2013-12-032-1/+26
* Merge pull request #12365 from jbaudanza/reorderGuillermo Iguaran2013-12-011-5/+5
|\
| * Move Rack::Cache after AD::Static in the stackJonathan Baudanza2013-09-251-5/+5
* | Use .railsrc while creating new plugin if availablePrathamesh Sonpatki2013-12-011-0/+14
* | config.assets.enabled isn't used anymore to disable Rails asset pipelineGuillermo Iguaran2013-12-011-5/+0
* | Honor to RAILS_GROUPS env variable while loading gems with BundlerGuillermo Iguaran2013-12-011-1/+1
* | Fix URL to robots.txt documentationChristophe Maximin2013-11-291-1/+1
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-2/+2
|\ \
| * | Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-2/+2
* | | Remove turbolinks when generating a new application based on a templateLauro Caetano2013-11-212-1/+3
* | | Merge pull request #12994 from sbagdat/fix_for_info_titleRafael Mendonça França2013-11-212-1/+3
|\ \ \
| * | | Fix for titles of info pagesSıtkı Bağdat2013-11-222-1/+3
* | | | Merge pull request #12970 from prathamesh-sonpatki/issue12885Carlos Antonio da Silva2013-11-211-1/+1
|\ \ \ \
| * | | | Add positional information to eval call so that this information willPrathamesh Sonpatki2013-11-201-1/+1
| |/ / /
* / / / replace U+00A0 with whitespaceDmitriy Budnik2013-11-213-8/+8
|/ / /
* | | [ci skip] `apropriate` => `appropriate`, spaces addedAkshay Vishnoi2013-11-191-19/+19
* | | [ci skip]updated documentation: added sass and less extensionsKuldeep Aggarwal2013-11-171-1/+1
* | | Instrument each load config initializerPaul Nikitochkin2013-11-161-1/+7
* | | avoiding iterations and calling of underscore on all elements of arrayAkshay Vishnoi2013-11-171-1/+1
* | | Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-141-2/+2
* | | Merge pull request #12889 from kuldeepaggarwal/speed_upsRafael Mendonça França2013-11-141-2/+2
|\ \ \
| * | | Used Yield instead of block.callKuldeep Aggarwal2013-11-151-2/+2
* | | | Merge pull request #12695 from mikepack/allow_pathnamesYves Senn2013-11-111-1/+1
|\ \ \ \
| * | | | Allow Pathnames to be added to eager load pathsMike Pack2013-11-111-1/+1
* | | | | Make static error pages responsiveEtienne Lemay2013-11-113-32/+53
|/ / / /
* | | | Fix missing line and shadow on static error pages [ci skip]Dmitry Korotkov2013-11-113-0/+6
* | | | Update tzinfo dependency to ~> 1.1Erik Michaels-Ober2013-11-101-0/+5
|/ / /
* | | Require the top file and autoload Base classRafael Mendonça França2013-11-093-3/+2
* | | Merge pull request #12803 from arunagw/remove-unused-requireRafael Mendonça França2013-11-081-2/+0
|\ \ \
| * | | Removed unused requireArun Agrawal2013-11-081-2/+0
* | | | Extract common database defaults; better use of YAMLBenjamin Fleischer2013-11-0811-145/+85
|/ / /
* | | Added platform dependent gemsArun Agrawal2013-11-071-0/+9
* | | Fixed plugin_generator testArun Agrawal2013-11-071-1/+4
|/ /
* | AestheticsRafael Mendonça França2013-11-071-13/+13
* | Merge pull request #12787 from notalex/extract_methodRafael Mendonça França2013-11-071-23/+34
|\ \
| * | Move interrupt information to print_boot_information methodAlex Johnson2013-11-071-4/+1
| * | Extract method refactoring for Rails::Server#startAlex Johnson2013-11-071-24/+38
* | | only ask for these ivars if the target responds to themAaron Patterson2013-11-061-3/+3
|/ /
* | Merge pull request #12752 from notalex/expand_path_refactoringYves Senn2013-11-051-1/+1
|\ \
| * | Refactor File.expand_path usage to remove additional File.joinAlex Johnson2013-11-051-1/+1
* | | oops, template replay needs to happen after bundle. :orz:Aaron Patterson2013-11-041-1/+1
* | | application template respects Gemfile entriesAaron Patterson2013-11-041-0/+5
* | | gems can be added or skipped from the templateAaron Patterson2013-11-042-2/+65
* | | Remove extra whitespaceColin Bartlett2013-11-041-1/+1
|/ /
* | BACKTRACE environment variable to show unfiltered backtraces.Yves Senn2013-11-041-1/+3
* | No web-console for nowArun Agrawal2013-11-031-6/+0
* | Merge pull request #12733 from robin850/fix-railties-buildRafael Mendonça França2013-11-013-3/+3
|\ \
| * | Set the destination_root for pluginsRobin Dupret2013-11-011-0/+1
| * | Remove "circular require considered harmful" errorRobin Dupret2013-11-012-3/+2
* | | Merge pull request #12728 from arunagw/aa-warnings-removed-ruby-trunkRafael Mendonça França2013-11-0111-15/+15
|\ \ \